]> git.lyx.org Git - features.git/commitdiff
move include files
authorLars Gullik Bjønnes <larsbj@gullik.org>
Wed, 4 Apr 2001 21:51:08 +0000 (21:51 +0000)
committerLars Gullik Bjønnes <larsbj@gullik.org>
Wed, 4 Apr 2001 21:51:08 +0000 (21:51 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@1893 a592a061-630c-0410-9148-cb99ea01b6c8

src/frontends/controllers/ControlInset.h

index 447a245d1ccf193b626de753b950b7e363534389..870e20d6b88b403f78eebb98f6c07f2c93d5fea6 100644 (file)
@@ -18,6 +18,9 @@
 #ifndef CONTROLINSET_H
 #define CONTROLINSET_H
 
+#include "LyXView.h"
+#include "support/LAssert.h"
+
 #include "ControlConnections.h"
 
 class Inset;
@@ -94,11 +97,6 @@ private:
 };
 
 
-#include "LyXView.h"
-#include "support/LAssert.h"
-
-
-
 template <class Inset, class Params>
 ControlInset<Inset, Params>::ControlInset(LyXView & lv, Dialogs & d)
        : ControlConnectBD(lv, d),