]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/math_fontinset.C
mathed uglyfication
[lyx.git] / src / mathed / math_fontinset.C
index d9728d6573ab47409ba7f50350a59cde6608a1fd..2ffacba941361f8ebd00e7900c528d57c9afc6aa 100644 (file)
 #include <config.h>
 
 #include "math_fontinset.h"
+#include "math_data.h"
 #include "math_mathmlstream.h"
-#include "math_streamstr.h"
-#include "math_support.h"
 #include "math_parser.h"
 #include "LaTeXFeatures.h"
-#include "support/LOstream.h"
-#include "textpainter.h"
+#include "support/std_ostream.h"
 
+using std::string;
 using std::auto_ptr;