]> git.lyx.org Git - lyx.git/commitdiff
header cleanup.
authorAbdelrazak Younes <younes@lyx.org>
Sun, 2 Sep 2007 11:46:05 +0000 (11:46 +0000)
committerAbdelrazak Younes <younes@lyx.org>
Sun, 2 Sep 2007 11:46:05 +0000 (11:46 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@19997 a592a061-630c-0410-9148-cb99ea01b6c8

src/Text.cpp
src/Text2.cpp
src/Text3.cpp

index 019f230152f2754031dac89cd730686e807dfffc..b86de4cdb7ae954e363e24ef5c7d0b7fff9228ac 100644 (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"
index 2b92ef3bf27a9b40e8b05557ccbdf3c7fa0da763..b55827be5fbb026213c60d1e3454f939e75088a8 100644 (file)
 #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),
index 05495d9d3e986d74ba1ac59063a2ec728af8ef8e..1a69796261af50e39dc4fce21b9e14c48db6cb97 100644 (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"