]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/math_fracinset.C
more IU
[lyx.git] / src / mathed / math_fracinset.C
index 384be55469de85859c1f561b8e99c75a742977d9..b592e654d26f5e11fd922f54e8169f2818a5792f 100644 (file)
 #include <config.h>
 
 #include "math_fracinset.h"
-#include "math_support.h"
-#include "frontends/Painter.h"
+#include "math_data.h"
 #include "math_mathmlstream.h"
 #include "textpainter.h"
+#include "LColor.h"
+#include "frontends/Painter.h"
 
 
+using std::string;
 using std::max;
 using std::auto_ptr;