]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/controllers/GUI.h
Finish the task of removing all cruft from the header files.
[lyx.git] / src / frontends / controllers / GUI.h
index 41c77eef4da1ddfbb91944f5884a817711246ab4..ab4cfcd60c8ba4bc247139fa31b42ff819ac421d 100644 (file)
 #ifndef GUI_H
 #define GUI_H
 
-#include "BCView.h"
-
 #include <boost/utility.hpp>
 
+class LyXView;
+class Dialogs;
+
 /** This class makes a whole out of the disparate parts of a dialog.
  */
 template <typename Controller, typename GUIview,