]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/math_factory.C
split LyXText::rowlist_ into individual Paragraph::rows_ chunks
[lyx.git] / src / mathed / math_factory.C
index f2fa0b43963cc7730c268dc0d2878745504ac644..ad680b28d1459ab9b68d3cb9a987862b8277ee06 100644 (file)
@@ -1,4 +1,3 @@
-
 #include <config.h>
 
 #include "math_parser.h"
@@ -16,7 +15,6 @@
 #include "math_fontoldinset.h"
 #include "math_fracinset.h"
 #include "math_kerninset.h"
-#include "math_inferinset.h"
 #include "math_lefteqninset.h"
 #include "math_macro.h"
 #include "math_macrotable.h"
@@ -41,6 +39,7 @@
 #include "ref_inset.h"
 
 #include "metricsinfo.h"
+#include "math_data.h"
 #include "debug.h"
 #include "math_support.h"
 #include "Lsstream.h"
 #include <map>
 #include <fstream>
 
-bool has_math_fonts;
+using namespace lyx::support;
 
 using std::endl;
 
+bool has_math_fonts;
+
 
 namespace {
 
@@ -323,4 +324,3 @@ bool createMathInset_fromDialogStr(string const & str, MathArray & ar)
 
        return ar[0].nucleus();
 }
-