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:
Angus Leeming 2001-04-26 19:00:59 +00:00
parent 0ea6558157
commit 1e651e88d0
2 changed files with 2 additions and 1 deletions

View 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:

View File

@ -18,6 +18,7 @@
#ifndef CONTROLINSET_H
#define CONTROLINSET_H
#include "support/LAssert.h"
#include "ControlConnections.h"
class Inset;