]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/math_exintinset.C
bug + spped fixes + small stuff
[lyx.git] / src / mathed / math_exintinset.C
index f044f5134048cf6ca8d293d50963d9c00f778a8e..e41dad31346ccb8ff075bd239999bab548313280 100644 (file)
@@ -1,7 +1,17 @@
+/**
+ * \file math_exintinset.C
+ * This file is part of LyX, the document processor.
+ * Licence details can be found in the file COPYING.
+ *
+ * \author André Pönitz
+ *
+ * Full author contact details are available in file CREDITS.
+ */
+
 #include <config.h>
 
 #include "math_exintinset.h"
-#include "math_support.h"
+#include "math_data.h"
 #include "math_mathmlstream.h"
 #include "math_streamstr.h"
 #include "math_symbolinset.h"
@@ -9,6 +19,8 @@
 
 #include <boost/scoped_ptr.hpp>
 
+
+using std::string;
 using std::auto_ptr;
 using std::endl;