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:
parent
6436401cc8
commit
caf732d4c4
@ -18,6 +18,8 @@
|
||||
#include "MathSupport.h"
|
||||
#include "MetricsInfo.h"
|
||||
|
||||
#include "support/docstring.h"
|
||||
|
||||
#include "frontends/FontMetrics.h"
|
||||
|
||||
|
||||
|
@ -16,6 +16,7 @@
|
||||
#include "MathSupport.h"
|
||||
#include "Dimension.h"
|
||||
|
||||
#include "support/docstring.h"
|
||||
|
||||
namespace lyx {
|
||||
|
||||
|
@ -12,8 +12,7 @@
|
||||
#ifndef MATH_EXTERN_H
|
||||
#define MATH_EXTERN_H
|
||||
|
||||
#include "support/docstring.h"
|
||||
#include <string>
|
||||
#include "support/strfwd.h"
|
||||
|
||||
namespace lyx {
|
||||
|
||||
|
@ -12,8 +12,7 @@
|
||||
#ifndef MATH_FACTORY_H
|
||||
#define MATH_FACTORY_H
|
||||
|
||||
#include "support/docstring.h"
|
||||
#include <string>
|
||||
#include "support/strfwd.h"
|
||||
|
||||
namespace lyx {
|
||||
|
||||
|
@ -17,6 +17,7 @@
|
||||
#include "MathExtern.h"
|
||||
|
||||
#include "support/textutils.h"
|
||||
#include "support/docstring.h"
|
||||
|
||||
#include <algorithm>
|
||||
#include <ostream>
|
||||
|
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user