header cleanup.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@19997 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Abdelrazak Younes 2007-09-02 11:46:05 +00:00
parent 67fc32064f
commit 13e8185afa
3 changed files with 2 additions and 9 deletions

View File

@ -27,7 +27,6 @@
#include "BufferView.h"
#include "Cursor.h"
#include "ParIterator.h"
#include "CoordCache.h"
#include "CutAndPaste.h"
#include "debug.h"
#include "DispatchResult.h"
@ -42,7 +41,6 @@
#include "Length.h"
#include "Lexer.h"
#include "LyXRC.h"
#include "MetricsInfo.h"
#include "Paragraph.h"
#include "paragraph_funcs.h"
#include "ParagraphParameters.h"

View File

@ -27,10 +27,8 @@
#include "BufferList.h"
#include "BufferParams.h"
#include "BufferView.h"
#include "bufferview_funcs.h"
#include "Bullet.h"
#include "Color.h"
#include "CoordCache.h"
#include "Cursor.h"
#include "CutAndPaste.h"
#include "debug.h"
@ -63,9 +61,6 @@
#include <sstream>
namespace lyx {
using std::endl;
using std::ostringstream;
using std::string;
@ -73,6 +68,8 @@ using std::max;
using std::min;
using std::istringstream;
namespace lyx {
Text::Text()
: current_font(Font::ALL_INHERIT),
background_color_(Color::background),

View File

@ -26,7 +26,6 @@
#include "BufferView.h"
#include "bufferview_funcs.h"
#include "Cursor.h"
#include "CoordCache.h"
#include "CutAndPaste.h"
#include "debug.h"
#include "DispatchResult.h"
@ -40,7 +39,6 @@
#include "LyXFunc.h"
#include "Lexer.h"
#include "LyXRC.h"
#include "Row.h"
#include "Paragraph.h"
#include "paragraph_funcs.h"
#include "ParagraphParameters.h"