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

src/Text.cpp
src/Text.h
src/Text2.cpp

index 230d64c3ed7f89ff07ff0e4fd7f20ba3aa3af61b..019f230152f2754031dac89cd730686e807dfffc 100644 (file)
@@ -25,7 +25,6 @@
 #include "buffer_funcs.h"
 #include "BufferParams.h"
 #include "BufferView.h"
-#include "bufferview_funcs.h"
 #include "Cursor.h"
 #include "ParIterator.h"
 #include "CoordCache.h"
@@ -43,7 +42,6 @@
 #include "Length.h"
 #include "Lexer.h"
 #include "LyXRC.h"
-#include "Row.h"
 #include "MetricsInfo.h"
 #include "Paragraph.h"
 #include "paragraph_funcs.h"
index fe8714079a3a7e79e24c0d33f3c768f897ff5976..b5db10f07e5ac04e0915d81cce14b03c721898c4 100644 (file)
@@ -38,7 +38,6 @@ class Inset;
 class Color_color;
 class Cursor;
 class PainterInfo;
-class Row;
 class Spacing;
 
 
index 9fb515e1b9ee8fbd671bae386eb1529b3363a066..2b92ef3bf27a9b40e8b05557ccbdf3c7fa0da763 100644 (file)
@@ -42,9 +42,7 @@
 #include "Lexer.h"
 #include "LyXFunc.h"
 #include "LyXRC.h"
-#include "Row.h"
 #include "Paragraph.h"
-#include "TextMetrics.h"
 #include "paragraph_funcs.h"
 #include "ParagraphParameters.h"
 #include "ParIterator.h"