]> git.lyx.org Git - features.git/commitdiff
use strfwd.h if possible
authorAndré Pönitz <poenitz@gmx.net>
Tue, 27 Nov 2007 20:51:20 +0000 (20:51 +0000)
committerAndré Pönitz <poenitz@gmx.net>
Tue, 27 Nov 2007 20:51:20 +0000 (20:51 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@21833 a592a061-630c-0410-9148-cb99ea01b6c8

src/mathed/InsetMathDelim.cpp
src/mathed/InsetMathKern.cpp
src/mathed/MathExtern.h
src/mathed/MathFactory.h
src/mathed/MathStream.cpp
src/mathed/MathSupport.h

index 3580ed683e9e6da94e3c8e97e28cdd695119c0c4..298a8a8263ace4e3586efb4ae6d7d8c2615ae668 100644 (file)
@@ -18,6 +18,8 @@
 #include "MathSupport.h"
 #include "MetricsInfo.h"
 
+#include "support/docstring.h"
+
 #include "frontends/FontMetrics.h"
 
 
index 62ca0acff79cd8d086e1d00aa09b33a4ced136e4..3eb54948a364775e9b77cda54c45329cfb3b60e9 100644 (file)
@@ -16,6 +16,7 @@
 #include "MathSupport.h"
 #include "Dimension.h"
 
+#include "support/docstring.h"
 
 namespace lyx {
 
index 82b053195ff0e9c877c6c7af9013acff4ef2ef07..73ddc97d0665755142b54b23d843d6bffe16b00b 100644 (file)
@@ -12,8 +12,7 @@
 #ifndef MATH_EXTERN_H
 #define MATH_EXTERN_H
 
-#include "support/docstring.h"
-#include <string>
+#include "support/strfwd.h"
 
 namespace lyx {
 
index 2b9cbd0149c977fff79f64cc65480629792ec1e2..5af1738211e7c42445ec03c321ac08faaba2cbbf 100644 (file)
@@ -12,8 +12,7 @@
 #ifndef MATH_FACTORY_H
 #define MATH_FACTORY_H
 
-#include "support/docstring.h"
-#include <string>
+#include "support/strfwd.h"
 
 namespace lyx {
 
index b5fe0c9a85adb38740404d253bb62063d56fd104..43d618f8ce34d8aa639528247c5b16581e16db74 100644 (file)
@@ -17,6 +17,7 @@
 #include "MathExtern.h"
 
 #include "support/textutils.h"
+#include "support/docstring.h"
 
 #include <algorithm>
 #include <ostream>
index f979cb9dfcc7fa8c075d9566bc5474862dd9f790..ead1e095aad2cf34a4c24a44049c211d3a24a383 100644 (file)
@@ -13,9 +13,7 @@
 #ifndef MATH_SUPPORT_H
 #define MATH_SUPPORT_H
 
-#include "support/docstring.h"
-
-#include <string>
+#include "support/strfwd.h"
 #include <vector>
 
 namespace lyx {