mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-26 19:25:39 +00:00
header cleanup.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@19997 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
67fc32064f
commit
13e8185afa
@ -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"
|
||||
|
@ -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),
|
||||
|
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user