1
0
mirror of https://git.lyx.org/repos/lyx.git synced 2025-01-05 00:56:24 +00:00

use strfwd.h if possible

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@21833 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
André Pönitz 2007-11-27 20:51:20 +00:00
parent 6436401cc8
commit caf732d4c4
6 changed files with 7 additions and 7 deletions

View File

@ -18,6 +18,8 @@
#include "MathSupport.h"
#include "MetricsInfo.h"
#include "support/docstring.h"
#include "frontends/FontMetrics.h"

View File

@ -16,6 +16,7 @@
#include "MathSupport.h"
#include "Dimension.h"
#include "support/docstring.h"
namespace lyx {

View 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 {

View 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 {

View File

@ -17,6 +17,7 @@
#include "MathExtern.h"
#include "support/textutils.h"
#include "support/docstring.h"
#include <algorithm>
#include <ostream>

View 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 {