]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/math_parser.C
remove cruft
[lyx.git] / src / mathed / math_parser.C
index e0ca1a79b0d808ea7836135706eb5e7e0d47e4b7..ec10cc7ad0ee298f887a9a1c83ca69815fa0aff1 100644 (file)
@@ -29,6 +29,8 @@
 #include "math_iter.h"
 #include "math_inset.h"
 #include "math_macro.h"
+#include "math_macrotable.h"
+#include "math_macrotemplate.h"
 #include "math_root.h"
 #include "math_matrixinset.h"
 #include "math_accentinset.h"
 using std::istream;
 using std::endl;
 
-#if 0
-using std::isalpha;
-using std::isdigit;
-using std::isspace;
-#endif
 
 extern MathMatrixInset * create_multiline(short int type, int cols);