]> git.lyx.org Git - features.git/commitdiff
* cosmetic: alphabetic order
authorStefan Schimanski <sts@lyx.org>
Thu, 1 Nov 2007 11:27:02 +0000 (11:27 +0000)
committerStefan Schimanski <sts@lyx.org>
Thu, 1 Nov 2007 11:27:02 +0000 (11:27 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@21331 a592a061-630c-0410-9148-cb99ea01b6c8

src/mathed/MathFactory.cpp

index d5ec23d802515a7bf19ac15f6308e2265ae9f4b8..7a9be7d0bc8a859ba117a030a5dee97b2b0c309b 100644 (file)
@@ -28,7 +28,6 @@
 #include "InsetMathFrameBox.h"
 #include "InsetMathKern.h"
 #include "InsetMathLefteqn.h"
-#include "MathMacro.h"
 #include "InsetMathMakebox.h"
 #include "InsetMathOverset.h"
 #include "InsetMathPhantom.h"
@@ -46,8 +45,9 @@
 #include "InsetMathUnknown.h"
 #include "InsetMathXArrow.h"
 #include "InsetMathXYMatrix.h"
-#include "MathMacroArgument.h"
 #include "MacroTable.h"
+#include "MathMacro.h"
+#include "MathMacroArgument.h"
 #include "MathParser.h"
 #include "MathSupport.h"