]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/math_dotsinset.C
mathed uglyfication
[lyx.git] / src / mathed / math_dotsinset.C
index 086c6c658f3c85f5aa52ac7ecd4add0290aef56b..c08c31a443c2327066278b51e498d15fe2ad1934 100644 (file)
@@ -1,11 +1,23 @@
+/**
+ * \file math_dotsinset.C
+ * This file is part of LyX, the document processor.
+ * Licence details can be found in the file COPYING.
+ *
+ * \author Alejandro Aguilar Sierra
+ * \author André Pönitz
+ *
+ * Full author contact details are available in file CREDITS.
+ */
+
 #include <config.h>
 
 #include "math_dotsinset.h"
 #include "math_mathmlstream.h"
-#include "math_streamstr.h"
 #include "math_support.h"
 #include "math_parser.h"
 
+
+using std::string;
 using std::auto_ptr;