]> git.lyx.org Git - features.git/commitdiff
header cleanup.
authorAbdelrazak Younes <younes@lyx.org>
Fri, 15 Jun 2007 14:10:26 +0000 (14:10 +0000)
committerAbdelrazak Younes <younes@lyx.org>
Fri, 15 Jun 2007 14:10:26 +0000 (14:10 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@18788 a592a061-630c-0410-9148-cb99ea01b6c8

src/insets/InsetFloat.cpp
src/insets/InsetFoot.cpp
src/insets/InsetFootlike.cpp
src/insets/InsetLabel.cpp

index c83fb96635906cebc028f5192fbd17cbab618eff..a60a4ddc3e1a62717b253d9234667f66f6ac91f7 100644 (file)
 #include "FuncStatus.h"
 #include "gettext.h"
 #include "LaTeXFeatures.h"
-#include "Color.h"
 #include "Lexer.h"
 #include "OutputParams.h"
-#include "Paragraph.h"
-#include "TocBackend.h"
 
 #include "support/lstrings.h"
 #include "support/convert.h"
index 6e31e9bee4e742f3421e27ea1c85839929c0bd4e..c9c091ddeb490bb12776e0bcc4675c0e016f1f71 100644 (file)
 
 #include "Buffer.h"
 #include "gettext.h"
-// the following are needed just to get the layout of the enclosing
+// the following is needed just to get the layout of the enclosing
 // paragraph. This seems a bit too much to me (JMarc)
-#include "Layout.h"
 #include "OutputParams.h"
-#include "Paragraph.h"
-#include "paragraph_funcs.h"
 
 #include "support/std_ostream.h"
 
index 0caa4f2c3ff206421052c970071caff8283b05c7..2f6b8f5b6d6556b51bb7366d019f163cfec24582 100644 (file)
@@ -15,9 +15,7 @@
 #include "Buffer.h"
 #include "BufferView.h"
 #include "BufferParams.h"
-#include "Color.h"
 #include "MetricsInfo.h"
-#include "Paragraph.h"
 
 
 namespace lyx {
index 95fb3e6bb5af59525152f8c3a44a5e8995a2ff24..bca76ee44c72ee18230786f63d0d7de563da5348 100644 (file)
 #include "BufferView.h"
 #include "DispatchResult.h"
 #include "FuncRequest.h"
-#include "InsetList.h"
 #include "Text.h"
-#include "Paragraph.h"
-#include "ParIterator.h"
 #include "sgml.h"
 
 #include "support/lstrings.h"
 #include "support/lyxalgo.h"
-#include "support/std_ostream.h"
 
 
 namespace lyx {
@@ -32,7 +28,6 @@ namespace lyx {
 using support::escape;
 
 using std::string;
-using std::ostream;
 using std::vector;