From: André Pönitz Date: Tue, 27 Nov 2007 20:51:20 +0000 (+0000) Subject: use strfwd.h if possible X-Git-Tag: 1.6.10~7161 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=caf732d4c449fc7be3fc88dfbb86b0713d7b7f26;p=features.git use strfwd.h if possible git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@21833 a592a061-630c-0410-9148-cb99ea01b6c8 --- diff --git a/src/mathed/InsetMathDelim.cpp b/src/mathed/InsetMathDelim.cpp index 3580ed683e..298a8a8263 100644 --- a/src/mathed/InsetMathDelim.cpp +++ b/src/mathed/InsetMathDelim.cpp @@ -18,6 +18,8 @@ #include "MathSupport.h" #include "MetricsInfo.h" +#include "support/docstring.h" + #include "frontends/FontMetrics.h" diff --git a/src/mathed/InsetMathKern.cpp b/src/mathed/InsetMathKern.cpp index 62ca0acff7..3eb54948a3 100644 --- a/src/mathed/InsetMathKern.cpp +++ b/src/mathed/InsetMathKern.cpp @@ -16,6 +16,7 @@ #include "MathSupport.h" #include "Dimension.h" +#include "support/docstring.h" namespace lyx { diff --git a/src/mathed/MathExtern.h b/src/mathed/MathExtern.h index 82b053195f..73ddc97d06 100644 --- a/src/mathed/MathExtern.h +++ b/src/mathed/MathExtern.h @@ -12,8 +12,7 @@ #ifndef MATH_EXTERN_H #define MATH_EXTERN_H -#include "support/docstring.h" -#include +#include "support/strfwd.h" namespace lyx { diff --git a/src/mathed/MathFactory.h b/src/mathed/MathFactory.h index 2b9cbd0149..5af1738211 100644 --- a/src/mathed/MathFactory.h +++ b/src/mathed/MathFactory.h @@ -12,8 +12,7 @@ #ifndef MATH_FACTORY_H #define MATH_FACTORY_H -#include "support/docstring.h" -#include +#include "support/strfwd.h" namespace lyx { diff --git a/src/mathed/MathStream.cpp b/src/mathed/MathStream.cpp index b5fe0c9a85..43d618f8ce 100644 --- a/src/mathed/MathStream.cpp +++ b/src/mathed/MathStream.cpp @@ -17,6 +17,7 @@ #include "MathExtern.h" #include "support/textutils.h" +#include "support/docstring.h" #include #include diff --git a/src/mathed/MathSupport.h b/src/mathed/MathSupport.h index f979cb9dfc..ead1e095aa 100644 --- a/src/mathed/MathSupport.h +++ b/src/mathed/MathSupport.h @@ -13,9 +13,7 @@ #ifndef MATH_SUPPORT_H #define MATH_SUPPORT_H -#include "support/docstring.h" - -#include +#include "support/strfwd.h" #include namespace lyx {