]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/math_numberinset.C
the DocIterator stuff
[lyx.git] / src / mathed / math_numberinset.C
index 249221153ef3b79ac9ff1395f57a47240feab776..01ffcf170f4e749e2e1473ce1aa6fcefd182fa8a 100644 (file)
@@ -1,12 +1,22 @@
-#include <config.h>
+/**
+ * \file math_numberinset.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_numberinset.h"
 #include "math_mathmlstream.h"
 #include "math_streamstr.h"
 #include "math_support.h"
-#include "debug.h"
 
+
+using std::string;
 using std::auto_ptr;