]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/math_spaceinset.C
the DocIterator stuff
[lyx.git] / src / mathed / math_spaceinset.C
index 155d955f0fa277257c991a7baf658b5ccf170fd0..c7bf710fd7dc4569b18dffcc96d81f44721ba6d2 100644 (file)
@@ -1,12 +1,24 @@
+/**
+ * \file math_spaceinset.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_spaceinset.h"
 #include "math_data.h"
-#include "math_support.h"
-#include "LColor.h"
 #include "frontends/Painter.h"
 #include "math_mathmlstream.h"
 #include "LaTeXFeatures.h"
-#include "debug.h"
+#include "LColor.h"
+
 
+using std::string;
 using std::auto_ptr;