]> git.lyx.org Git - features.git/commitdiff
Move inclusion of "frontends/Delegates.h" to qt4/GuiView.h
authorAbdelrazak Younes <younes@lyx.org>
Tue, 27 Nov 2007 08:24:56 +0000 (08:24 +0000)
committerAbdelrazak Younes <younes@lyx.org>
Tue, 27 Nov 2007 08:24:56 +0000 (08:24 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@21815 a592a061-630c-0410-9148-cb99ea01b6c8

src/frontends/LyXView.h
src/frontends/qt4/GuiView.h

index 1c1fb17af679999ec07b20bf9a97277ae9ca7d3d..cca2ce99a995fd2f9ac8608e7de92f416213cd76 100644 (file)
@@ -13,7 +13,6 @@
 #ifndef LYXVIEW_H
 #define LYXVIEW_H
 
-#include "frontends/Delegates.h"
 #include "support/strfwd.h"
 
 namespace lyx {
index a1c05f6ecdebbf89f8c35a899ab2cb73d145f601..6c4ce6e7d2646e8706a4d4605568476309b32fe0 100644 (file)
@@ -15,6 +15,7 @@
 #ifndef GUI_VIEW_H
 #define GUI_VIEW_H
 
+#include "frontends/Delegates.h"
 #include "frontends/LyXView.h"
 
 #include "support/strfwd.h"