mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-08 20:32:49 +00:00
move include files
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@1893 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
d1b9014649
commit
6f2999d291
@ -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),
|
||||
|
Loading…
Reference in New Issue
Block a user