mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-26 19:25:39 +00:00
Remove useless #include
Including MathData.h in InsetMath.h is expensive and not required.
This commit is contained in:
parent
08b3039464
commit
84050268ee
@ -39,6 +39,7 @@
|
||||
#include "mathed/InsetMath.h"
|
||||
#include "mathed/InsetMathGrid.h"
|
||||
#include "mathed/InsetMathHull.h"
|
||||
#include "mathed/MathData.h"
|
||||
#include "mathed/MathStream.h"
|
||||
#include "mathed/MathSupport.h"
|
||||
|
||||
|
@ -13,8 +13,6 @@
|
||||
#ifndef MATH_INSET_H
|
||||
#define MATH_INSET_H
|
||||
|
||||
#include "MathData.h"
|
||||
|
||||
#include "insets/Inset.h"
|
||||
|
||||
|
||||
@ -84,6 +82,7 @@ class MathematicaStream;
|
||||
class MathStream;
|
||||
class WriteStream;
|
||||
|
||||
class MathData;
|
||||
class MathMacroTemplate;
|
||||
class MathMacro;
|
||||
class Cursor;
|
||||
|
@ -12,7 +12,9 @@
|
||||
|
||||
#include "InsetMathBig.h"
|
||||
|
||||
#include "Dimension.h"
|
||||
#include "LaTeXFeatures.h"
|
||||
|
||||
#include "MathSupport.h"
|
||||
#include "MathStream.h"
|
||||
#include "MetricsInfo.h"
|
||||
|
@ -13,6 +13,7 @@
|
||||
|
||||
#include "InsetMathDots.h"
|
||||
|
||||
#include "Dimension.h"
|
||||
#include "LaTeXFeatures.h"
|
||||
#include "MathStream.h"
|
||||
#include "MathSupport.h"
|
||||
|
@ -13,6 +13,7 @@
|
||||
#define MATH_NESTINSET_H
|
||||
|
||||
#include "InsetMath.h"
|
||||
#include "MathData.h"
|
||||
|
||||
#include <map>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user