]> git.lyx.org Git - features.git/blobdiff - src/mathed/InsetMathSideset.cpp
Do not include MetricsInfo.h in MathStream.h
[features.git] / src / mathed / InsetMathSideset.cpp
index 3b364ec0d59d789fc07da0aa4bc031ae3cb087e7..37f437db4f3c2212ef508f0bb50bd328fd0e602b 100644 (file)
 
 #include <config.h>
 
+#include "InsetMathSideset.h"
+
+#include "InsetMathSymbol.h"
+#include "MathData.h"
+#include "MathStream.h"
+#include "MathSupport.h"
+
 #include "BufferView.h"
 #include "Cursor.h"
 #include "DispatchResult.h"
 #include "FuncRequest.h"
 #include "FuncStatus.h"
-#include "InsetMathSideset.h"
-#include "InsetMathSymbol.h"
 #include "LaTeXFeatures.h"
-#include "MathData.h"
-#include "MathStream.h"
-#include "MathSupport.h"
+#include "MetricsInfo.h"
 
 #include "support/debug.h"
-
 #include "support/lassert.h"