]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/math_deliminset.C
mathed uglyfication
[lyx.git] / src / mathed / math_deliminset.C
index 99a8d53277f9b912c1404a82eece081b6d42e286..549ea335a354ec57fb90f44b858ace755074fdd4 100644 (file)
@@ -1,13 +1,24 @@
+/**
+ * \file math_deliminset.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_deliminset.h"
-#include "math_parser.h"
-#include "math_support.h"
+#include "math_data.h"
 #include "math_mathmlstream.h"
 #include "math_streamstr.h"
-#include "math_extern.h"
+#include "math_support.h"
 
 
+using std::string;
 using std::max;
 using std::auto_ptr;