]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/math_deliminset.C
bug + spped fixes + small stuff
[lyx.git] / src / mathed / math_deliminset.C
index a7d0a2f6e7aa513bd44eaaea9c192086a4516218..549ea335a354ec57fb90f44b858ace755074fdd4 100644 (file)
 #include <config.h>
 
 #include "math_deliminset.h"
-#include "math_parser.h"
-#include "math_support.h"
+#include "math_data.h"
 #include "math_mathmlstream.h"
 #include "math_streamstr.h"
-#include "math_extern.h"
+#include "math_support.h"
 
 
+using std::string;
 using std::max;
 using std::auto_ptr;