]> git.lyx.org Git - features.git/blobdiff - src/mathed/MathExtern.cpp
#include cosmetics
[features.git] / src / mathed / MathExtern.cpp
index 50d5ab5a9bafc04a6822c364e8d9c79e189839b4..13fd640ce95b160b063fd4a02c867ebfcda1c401 100644 (file)
 #include <config.h>
 
 #include "MathExtern.h"
+
+#include "debug.h"
 #include "InsetMathArray.h"
 #include "InsetMathChar.h"
 #include "InsetMathDelim.h"
-#include "MathData.h"
 #include "InsetMathDiff.h"
 #include "InsetMathExFunc.h"
 #include "InsetMathExInt.h"
 #include "InsetMathFrac.h"
 #include "InsetMathLim.h"
 #include "InsetMathMatrix.h"
-#include "MathStream.h"
 #include "InsetMathNumber.h"
 #include "InsetMathScript.h"
 #include "InsetMathString.h"
 #include "InsetMathSymbol.h"
+#include "MathData.h"
 #include "MathParser.h"
-#include "debug.h"
+#include "MathStream.h"
+
+#include "support/docstream.h"
 #include "support/filetools.h"
 #include "support/lstrings.h"
 #include "support/lyxlib.h"