]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/math_stringinset.C
bug + spped fixes + small stuff
[lyx.git] / src / mathed / math_stringinset.C
index b1dcddae5c0cf01e33e3cbc51a0412cb8451f7ba..dfb664c26c68b5f6a588d14c438fb730969c8996 100644 (file)
@@ -1,12 +1,22 @@
-#include <config.h>
+/**
+ * \file math_stringinset.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_stringinset.h"
 #include "math_mathmlstream.h"
 #include "math_streamstr.h"
 #include "math_support.h"
-#include "debug.h"
 
+
+using std::string;
 using std::auto_ptr;