mirror of
https://git.lyx.org/repos/lyx.git
synced 2025-01-08 02:00:21 +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:
parent
6436401cc8
commit
caf732d4c4
@ -18,6 +18,8 @@
|
|||||||
#include "MathSupport.h"
|
#include "MathSupport.h"
|
||||||
#include "MetricsInfo.h"
|
#include "MetricsInfo.h"
|
||||||
|
|
||||||
|
#include "support/docstring.h"
|
||||||
|
|
||||||
#include "frontends/FontMetrics.h"
|
#include "frontends/FontMetrics.h"
|
||||||
|
|
||||||
|
|
||||||
|
@ -16,6 +16,7 @@
|
|||||||
#include "MathSupport.h"
|
#include "MathSupport.h"
|
||||||
#include "Dimension.h"
|
#include "Dimension.h"
|
||||||
|
|
||||||
|
#include "support/docstring.h"
|
||||||
|
|
||||||
namespace lyx {
|
namespace lyx {
|
||||||
|
|
||||||
|
@ -12,8 +12,7 @@
|
|||||||
#ifndef MATH_EXTERN_H
|
#ifndef MATH_EXTERN_H
|
||||||
#define MATH_EXTERN_H
|
#define MATH_EXTERN_H
|
||||||
|
|
||||||
#include "support/docstring.h"
|
#include "support/strfwd.h"
|
||||||
#include <string>
|
|
||||||
|
|
||||||
namespace lyx {
|
namespace lyx {
|
||||||
|
|
||||||
|
@ -12,8 +12,7 @@
|
|||||||
#ifndef MATH_FACTORY_H
|
#ifndef MATH_FACTORY_H
|
||||||
#define MATH_FACTORY_H
|
#define MATH_FACTORY_H
|
||||||
|
|
||||||
#include "support/docstring.h"
|
#include "support/strfwd.h"
|
||||||
#include <string>
|
|
||||||
|
|
||||||
namespace lyx {
|
namespace lyx {
|
||||||
|
|
||||||
|
@ -17,6 +17,7 @@
|
|||||||
#include "MathExtern.h"
|
#include "MathExtern.h"
|
||||||
|
|
||||||
#include "support/textutils.h"
|
#include "support/textutils.h"
|
||||||
|
#include "support/docstring.h"
|
||||||
|
|
||||||
#include <algorithm>
|
#include <algorithm>
|
||||||
#include <ostream>
|
#include <ostream>
|
||||||
|
@ -13,9 +13,7 @@
|
|||||||
#ifndef MATH_SUPPORT_H
|
#ifndef MATH_SUPPORT_H
|
||||||
#define MATH_SUPPORT_H
|
#define MATH_SUPPORT_H
|
||||||
|
|
||||||
#include "support/docstring.h"
|
#include "support/strfwd.h"
|
||||||
|
|
||||||
#include <string>
|
|
||||||
#include <vector>
|
#include <vector>
|
||||||
|
|
||||||
namespace lyx {
|
namespace lyx {
|
||||||
|
Loading…
Reference in New Issue
Block a user