]> git.lyx.org Git - features.git/blobdiff - src/mathed/MacroTable.cpp
Move include of own header to the top. Fix dependencies
[features.git] / src / mathed / MacroTable.cpp
index 19d45d206902c70997d9baf02d960098f38418e7..c1a4c49312b0af5ac197615a85531dd7f5c5ed62 100644 (file)
@@ -10,8 +10,9 @@
 
 #include <config.h>
 
-#include "InsetMathSqrt.h"
 #include "MacroTable.h"
+
+#include "InsetMathSqrt.h"
 #include "InsetMathMacroTemplate.h"
 #include "InsetMathMacroArgument.h"
 #include "MathParser.h"