X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Ffrontends%2Fcontrollers%2FGUI.h;h=ab4cfcd60c8ba4bc247139fa31b42ff819ac421d;hb=0705dae8a3a2bcdd6be55eb468547c1389e84d2c;hp=41c77eef4da1ddfbb91944f5884a817711246ab4;hpb=0be0fcfd5907d448cd51addf83ed7032719a0692;p=lyx.git diff --git a/src/frontends/controllers/GUI.h b/src/frontends/controllers/GUI.h index 41c77eef4d..ab4cfcd60c 100644 --- a/src/frontends/controllers/GUI.h +++ b/src/frontends/controllers/GUI.h @@ -12,10 +12,11 @@ #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