mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-11 05:33:33 +00:00
Keep LAssert.h in ControlInset.h; revert previous change.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@1961 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
0ea6558157
commit
1e651e88d0
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
* ControlButtons.h: no longer include ButtonControllerBase.h, ViewBase.h
|
* ControlButtons.h: no longer include ButtonControllerBase.h, ViewBase.h
|
||||||
* ControlGraphics.h: no longer include insetgraphicsParams.h
|
* ControlGraphics.h: no longer include insetgraphicsParams.h
|
||||||
* ControlInset.h: no longer include LyXView.h, LAssert.h
|
* ControlInset.h: no longer include LyXView.h
|
||||||
|
|
||||||
* ControlBibitem.C:
|
* ControlBibitem.C:
|
||||||
* ControlBibtex.C:
|
* ControlBibtex.C:
|
||||||
|
@ -18,6 +18,7 @@
|
|||||||
#ifndef CONTROLINSET_H
|
#ifndef CONTROLINSET_H
|
||||||
#define CONTROLINSET_H
|
#define CONTROLINSET_H
|
||||||
|
|
||||||
|
#include "support/LAssert.h"
|
||||||
#include "ControlConnections.h"
|
#include "ControlConnections.h"
|
||||||
|
|
||||||
class Inset;
|
class Inset;
|
||||||
|
Loading…
Reference in New Issue
Block a user