From 6f2999d2916773be291c05059893beb6434d99b9 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Lars=20Gullik=20Bj=C3=B8nnes?= Date: Wed, 4 Apr 2001 21:51:08 +0000 Subject: [PATCH] move include files git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@1893 a592a061-630c-0410-9148-cb99ea01b6c8 --- src/frontends/controllers/ControlInset.h | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) 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), -- 2.39.5