]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/MathFactory.C
delete unneeded BufferView.h declaration.
[lyx.git] / src / mathed / MathFactory.C
index f8d44d9de9583afe5d83fec5e3fc1c48e0d79220..fd322961d4f82c45726fc121fab55b114955e65c 100644 (file)
 #include <config.h>
 
 #include "MathFactory.h"
-#include "MathParser.h"
-#include "InsetMathArray.h"
+
 #include "InsetMathAMSArray.h"
+#include "InsetMathArray.h"
 #include "InsetMathBinom.h"
-#include "InsetMathBox.h"
-#include "InsetMathBoxed.h"
 #include "InsetMathBoldSymbol.h"
+#include "InsetMathBoxed.h"
+#include "InsetMathBox.h"
 #include "InsetMathCases.h"
 #include "InsetMathColor.h"
 #include "InsetMathDecoration.h"
 #include "InsetMathDFrac.h"
 #include "InsetMathDots.h"
 #include "InsetMathFBox.h"
-#include "InsetMathFrameBox.h"
 #include "InsetMathFont.h"
 #include "InsetMathFontOld.h"
 #include "InsetMathFrac.h"
+#include "InsetMathFrameBox.h"
 #include "InsetMathKern.h"
 #include "InsetMathLefteqn.h"
 #include "InsetMathMacro.h"
-#include "MathMacroArgument.h"
-#include "MathMacroTable.h"
-#include "MathMacroTemplate.h"
 #include "InsetMathMakebox.h"
 #include "InsetMathOverset.h"
-#include "MathParser.h"
 #include "InsetMathPhantom.h"
+#include "InsetMathRef.h"
 #include "InsetMathRoot.h"
 #include "InsetMathSize.h"
 #include "InsetMathSpace.h"
 #include "InsetMathUnknown.h"
 #include "InsetMathXArrow.h"
 #include "InsetMathXYMatrix.h"
-
-//#include "insets/insetref.h"
-#include "InsetMathRef.h"
+#include "MathMacroArgument.h"
+#include "MathMacroTable.h"
+#include "MathMacroTemplate.h"
+#include "MathParser.h"
+#include "MathSupport.h"
 
 #include "debug.h"
-#include "MathSupport.h"
 
 #include "support/filetools.h" // LibFileSearch
 #include "support/lstrings.h"