From: Abdelrazak Younes Date: Fri, 15 Jun 2007 14:10:26 +0000 (+0000) Subject: header cleanup. X-Git-Tag: 1.6.10~9378 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=8f0bf62f2ce108623ef1e88f94eb489750efc7ec;p=features.git header cleanup. git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@18788 a592a061-630c-0410-9148-cb99ea01b6c8 --- diff --git a/src/insets/InsetFloat.cpp b/src/insets/InsetFloat.cpp index c83fb96635..a60a4ddc3e 100644 --- a/src/insets/InsetFloat.cpp +++ b/src/insets/InsetFloat.cpp @@ -25,11 +25,8 @@ #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" diff --git a/src/insets/InsetFoot.cpp b/src/insets/InsetFoot.cpp index 6e31e9bee4..c9c091ddeb 100644 --- a/src/insets/InsetFoot.cpp +++ b/src/insets/InsetFoot.cpp @@ -15,12 +15,9 @@ #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" diff --git a/src/insets/InsetFootlike.cpp b/src/insets/InsetFootlike.cpp index 0caa4f2c3f..2f6b8f5b6d 100644 --- a/src/insets/InsetFootlike.cpp +++ b/src/insets/InsetFootlike.cpp @@ -15,9 +15,7 @@ #include "Buffer.h" #include "BufferView.h" #include "BufferParams.h" -#include "Color.h" #include "MetricsInfo.h" -#include "Paragraph.h" namespace lyx { diff --git a/src/insets/InsetLabel.cpp b/src/insets/InsetLabel.cpp index 95fb3e6bb5..bca76ee44c 100644 --- a/src/insets/InsetLabel.cpp +++ b/src/insets/InsetLabel.cpp @@ -16,15 +16,11 @@ #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;