]> git.lyx.org Git - features.git/commitdiff
remove unused includes
authorGeorg Baum <Georg.Baum@post.rwth-aachen.de>
Sat, 24 Feb 2007 18:00:42 +0000 (18:00 +0000)
committerGeorg Baum <Georg.Baum@post.rwth-aachen.de>
Sat, 24 Feb 2007 18:00:42 +0000 (18:00 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@17328 a592a061-630c-0410-9148-cb99ea01b6c8

src/CutAndPaste.C
src/ParagraphMetrics.C
src/cursor.C
src/mathed/MathMacroArgument.C
src/paragraph.C
src/pariterator.C

index ac92f870406594bf4eb1d618c38f561bba4518ca..e554ac6311098839dcff14ca605c8e4445001370 100644 (file)
@@ -33,7 +33,6 @@
 #include "paragraph.h"
 #include "paragraph_funcs.h"
 #include "ParagraphParameters.h"
-#include "ParagraphList_fwd.h"
 #include "pariterator.h"
 #include "undo.h"
 
index 82c27b751c6d2f17128986bfa066b00d47bb19a1..a0286839612ed00eafe91dd19f4a52b8f73b593a 100644 (file)
@@ -32,7 +32,6 @@
 #include "lyxrow.h"
 #include "outputparams.h"
 #include "paragraph_funcs.h"
-#include "ParagraphList_fwd.h"
 
 #include "rowpainter.h"
 
index f5d97fb3f57d8a55524ac067b5ed8634c34e9f59..5d72bfff899f041ceae47652e21bfcecaca1b144 100644 (file)
@@ -602,7 +602,6 @@ std::ostream & operator<<(std::ostream & os, LCursor const & cur)
 #include "mathed/InsetMathScript.h"
 #include "mathed/InsetMathUnknown.h"
 #include "mathed/MathFactory.h"
-#include "mathed/MathMacroArgument.h"
 #include "mathed/MathStream.h"
 #include "mathed/MathSupport.h"
 
index 14468dd56bf99e68b4c3df525c71b19b3acd296b..155d325aee150c75a09339c9315fc05418de6a46 100644 (file)
@@ -12,7 +12,6 @@
 #include <config.h>
 
 #include "MathMacroArgument.h"
-#include "InsetMathMacro.h"
 #include "MathStream.h"
 #include "MathSupport.h"
 #include "debug.h"
index 26a1dc8037f2b8e100ae14f3e6eb647b8fcbe39d..e3a065a89eded190a051e4570da99ce6dbfbbe0c 100644 (file)
@@ -34,7 +34,6 @@
 #include "messages.h"
 #include "outputparams.h"
 #include "paragraph_funcs.h"
-#include "ParagraphList_fwd.h"
 
 #include "rowpainter.h"
 
index 90199a702b379ef444312431976fd0079fcf65bc..90a3a82b2f12bf232878d1a2e7da94eb02aaf3ff 100644 (file)
@@ -12,7 +12,6 @@
 
 #include "pariterator.h"
 
-#include "ParagraphList_fwd.h"
 #include "paragraph.h"
 #include "lyxtext.h"