header cleanup.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@18788 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Abdelrazak Younes 2007-06-15 14:10:26 +00:00
parent 543c371430
commit 8f0bf62f2c
4 changed files with 1 additions and 14 deletions

View File

@ -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"

View File

@ -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"

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

View File

@ -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;