]> git.lyx.org Git - features.git/commitdiff
remove obsolete includes
authorGeorg Baum <Georg.Baum@post.rwth-aachen.de>
Thu, 9 Nov 2006 18:21:51 +0000 (18:21 +0000)
committerGeorg Baum <Georg.Baum@post.rwth-aachen.de>
Thu, 9 Nov 2006 18:21:51 +0000 (18:21 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@15835 a592a061-630c-0410-9148-cb99ea01b6c8

src/toc.C

index acf40628b4dc29a43d2a61e98a3c5fff168b255e..85ec935dd72634dd61ae9a3a4a220320fb12e426 100644 (file)
--- a/src/toc.C
+++ b/src/toc.C
 #include "bufferparams.h"
 #include "FloatList.h"
 #include "funcrequest.h"
+#include "lyxtext.h"
 #include "LyXAction.h"
 #include "paragraph.h"
+#include "pariterator.h"
 #include "cursor.h"
 #include "debug.h"
 #include "undo.h"
 
-#include "insets/insetfloat.h"
-#include "insets/insetoptarg.h"
-#include "insets/insetwrap.h"
-
 #include "support/convert.h"
 
-#include <iostream>
 #include <map>
 
 using std::map;