From caf732d4c449fc7be3fc88dfbb86b0713d7b7f26 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Andr=C3=A9=20P=C3=B6nitz?= Date: Tue, 27 Nov 2007 20:51:20 +0000 Subject: [PATCH] use strfwd.h if possible git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@21833 a592a061-630c-0410-9148-cb99ea01b6c8 --- src/mathed/InsetMathDelim.cpp | 2 ++ src/mathed/InsetMathKern.cpp | 1 + src/mathed/MathExtern.h | 3 +-- src/mathed/MathFactory.h | 3 +-- src/mathed/MathStream.cpp | 1 + src/mathed/MathSupport.h | 4 +--- 6 files changed, 7 insertions(+), 7 deletions(-) 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 { -- 2.39.5