]> git.lyx.org Git - features.git/commitdiff
remove unneeded Cursor.h include;
authorAndré Pönitz <poenitz@gmx.net>
Mon, 5 Nov 2007 22:54:53 +0000 (22:54 +0000)
committerAndré Pönitz <poenitz@gmx.net>
Mon, 5 Nov 2007 22:54:53 +0000 (22:54 +0000)
use strfwd

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@21456 a592a061-630c-0410-9148-cb99ea01b6c8

src/Cursor.cpp
src/CutAndPaste.cpp
src/TextMetrics.cpp
src/mathed/InsetMathLefteqn.cpp
src/mathed/MathAutoCorrect.cpp
src/mathed/MathData.h
src/mathed/MathFactory.cpp
src/mathed/MathParser.cpp

index 791c2602bb97bda44446b8414c49727df1dab07c..f7e949fb8238088d79d507b867c3a804a466ebd1 100644 (file)
@@ -35,6 +35,8 @@
 #include "ParIterator.h"
 #include "TextMetrics.h"
 
+#include "support/docstream.h"
+
 #include "insets/InsetTabular.h"
 #include "insets/InsetText.h"
 
index 9a857a1f197ef962b5e1eb78b01d80991e9b39de..2cab32ff7ad75f844870a020979afafb723ddd7b 100644 (file)
@@ -48,6 +48,7 @@
 
 #include "support/limited_stack.h"
 #include "support/lstrings.h"
+#include "support/docstream.h"
 
 #include "frontends/Clipboard.h"
 #include "frontends/Selection.h"
index 6efe804f0b8fc2fd31ea0f426c9ebc73af6cb0a4..a99589a2a7cf1314a33483cd036dde86e725bd60 100644 (file)
@@ -25,6 +25,7 @@
 #include "BufferParams.h"
 #include "BufferView.h"
 #include "CoordCache.h"
+#include "Cursor.h"
 #include "CutAndPaste.h"
 #include "debug.h"
 #include "FontIterator.h"
index 358ecd3f0c2030cb5cafe8321625ea6b443639c9..dffa982b9aa6c658c9a1dc2100c1ccc990befb0f 100644 (file)
@@ -11,8 +11,8 @@
 #include <config.h>
 
 #include "InsetMathLefteqn.h"
-#include "MathData.h"
-#include "support/std_ostream.h"
+
+#include "support/docstream.h"
 
 
 namespace lyx {
index f34765ec4d0c1e9a95e14f15344b47b632b0cfa5..2f8f1e812475b9c9622c849d5ae3f9818101bc8c 100644 (file)
@@ -18,6 +18,7 @@
 #include "debug.h"
 
 #include "support/filetools.h" //  LibFileSearch
+#include "support/docstream.h"
 
 #include <fstream>
 #include <sstream>
index e6c4c378a4238f73065cc87e21b13dfa08854a51..d2730aeb48d55a04d2fae80665e3b8d6e18b236f 100644 (file)
 #ifndef MATH_DATA_H
 #define MATH_DATA_H
 
-#include <vector>
-
-#include "Cursor.h"
 #include "Dimension.h"
 #include "MathAtom.h"
 
-#include "support/docstream.h"
+#include "support/strfwd.h"
+
+#include <vector>
 
 
 namespace lyx {
 
 class BufferView;
+class Cursor;
 class LaTeXFeatures;
 class ReplaceData;
 class MathMacro;
index 7a9be7d0bc8a859ba117a030a5dee97b2b0c309b..77f2ca26f00c2d5d5f6075efb09d0d085dd86084 100644 (file)
@@ -55,6 +55,7 @@
 
 #include "insets/InsetCommand.h"
 
+#include "support/docstream.h"
 #include "support/filetools.h" // LibFileSearch
 #include "support/lstrings.h"
 
index fedb313445e165ea0c7fb5663021e37dfefec4c2..1d27f65f3e6a9f88e6e64588f793863aa3f2277a 100644 (file)
@@ -66,6 +66,7 @@ following hack as starting point to write some macros:
 #include "debug.h"
 
 #include "support/convert.h"
+#include "support/docstream.h"
 
 #include <sstream>