X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Ffrontends%2Fcontrollers%2FGUI.h;h=ab4cfcd60c8ba4bc247139fa31b42ff819ac421d;hb=0705dae8a3a2bcdd6be55eb468547c1389e84d2c;hp=2a1e7ebc779afb2e5fcd095e96a1c6b2f9a16591;hpb=ba9cdda813625e0dd224859027608cc0df705197;p=lyx.git diff --git a/src/frontends/controllers/GUI.h b/src/frontends/controllers/GUI.h index 2a1e7ebc77..ab4cfcd60c 100644 --- a/src/frontends/controllers/GUI.h +++ b/src/frontends/controllers/GUI.h @@ -6,16 +6,17 @@ * * \author Angus Leeming * - * Full author contact details are available in file CREDITS + * Full author contact details are available in file CREDITS. */ #ifndef GUI_H #define GUI_H -#include "BCView.h" - #include +class LyXView; +class Dialogs; + /** This class makes a whole out of the disparate parts of a dialog. */ template