]> git.lyx.org Git - features.git/commitdiff
removed some unneeded #includes
authorAngus Leeming <leeming@lyx.org>
Fri, 4 Apr 2003 19:36:38 +0000 (19:36 +0000)
committerAngus Leeming <leeming@lyx.org>
Fri, 4 Apr 2003 19:36:38 +0000 (19:36 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@6718 a592a061-630c-0410-9148-cb99ea01b6c8

src/lyxfunc.C
src/text2.C

index 94e51a6f2db7100962b6745285c6f93634d54030..0e7ffe20eb03d2c608db8eb269613f69d1d03db2 100644 (file)
@@ -43,8 +43,6 @@
 #include "ParagraphParameters.h"
 
 #include "insets/insetcommand.h"
-#include "insets/inseterror.h"
-#include "insets/insetert.h"
 #include "insets/insettabular.h"
 
 #include "mathed/formulamacro.h"
index 521f2219981f57e0512a97ce14e4ded6e8e59e09..4b634fda5ec42872d226caab777a3ae0fc2c815f 100644 (file)
 #include "counters.h"
 #include "lyxrow_funcs.h"
 
-#include "insets/inseterror.h"
 #include "insets/insetbibitem.h"
-#include "insets/insetspecialchar.h"
-#include "insets/insettext.h"
 #include "insets/insetfloat.h"
-#include "insets/insetwrap.h"
 
 #include "support/LAssert.h"
 #include "support/textutils.h"