From: Lars Gullik Bjønnes Date: Wed, 4 Apr 2001 21:51:08 +0000 (+0000) Subject: move include files X-Git-Tag: 1.6.10~21335 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=6f2999d2916773be291c05059893beb6434d99b9;p=features.git move include files git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@1893 a592a061-630c-0410-9148-cb99ea01b6c8 --- diff --git a/src/frontends/controllers/ControlInset.h b/src/frontends/controllers/ControlInset.h index 447a245d1c..870e20d6b8 100644 --- a/src/frontends/controllers/ControlInset.h +++ b/src/frontends/controllers/ControlInset.h @@ -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 ControlInset::ControlInset(LyXView & lv, Dialogs & d) : ControlConnectBD(lv, d),