Remove useless #include

Including MathData.h in InsetMath.h is expensive and not required.
This commit is contained in:
Jean-Marc Lasgouttes 2016-09-30 16:50:09 +02:00
parent 08b3039464
commit 84050268ee
5 changed files with 6 additions and 2 deletions

View File

@ -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"

View File

@ -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;

View File

@ -12,7 +12,9 @@
#include "InsetMathBig.h"
#include "Dimension.h"
#include "LaTeXFeatures.h"
#include "MathSupport.h"
#include "MathStream.h"
#include "MetricsInfo.h"

View File

@ -13,6 +13,7 @@
#include "InsetMathDots.h"
#include "Dimension.h"
#include "LaTeXFeatures.h"
#include "MathStream.h"
#include "MathSupport.h"

View File

@ -13,6 +13,7 @@
#define MATH_NESTINSET_H
#include "InsetMath.h"
#include "MathData.h"
#include <map>