]> git.lyx.org Git - features.git/commitdiff
Keep LAssert.h in ControlInset.h; revert previous change.
authorAngus Leeming <leeming@lyx.org>
Thu, 26 Apr 2001 19:00:59 +0000 (19:00 +0000)
committerAngus Leeming <leeming@lyx.org>
Thu, 26 Apr 2001 19:00:59 +0000 (19:00 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@1961 a592a061-630c-0410-9148-cb99ea01b6c8

src/frontends/controllers/ChangeLog
src/frontends/controllers/ControlInset.h

index 46336e5e176eb1a5b11178ebe14766736bcd59a3..e3ef6a705a585d649c11f9064371b8fc5fc8beb2 100644 (file)
@@ -2,7 +2,7 @@
 
        * ControlButtons.h: no longer include ButtonControllerBase.h, ViewBase.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:
        * ControlBibtex.C:
index 6bc95147afc662c5e3ef183dfc308a8f5deb8c5f..bab53f8d9b26e7718de83bae0400a6de9a1073ca 100644 (file)
@@ -18,6 +18,7 @@
 #ifndef CONTROLINSET_H
 #define CONTROLINSET_H
 
+#include "support/LAssert.h"
 #include "ControlConnections.h"
 
 class Inset;