]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/math_macrotable.C
bug + spped fixes + small stuff
[lyx.git] / src / mathed / math_macrotable.C
index 250d42b7fc5c46bab41fe82193cfbb68d2f37c06..a0456960f9e1be832e89693adaab9a1d61aede90 100644 (file)
@@ -1,15 +1,21 @@
+/**
+ * \file math_macrotable.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_macrotable.h"
-#include "math_macro.h"
 #include "math_macrotemplate.h"
-#include "math_parser.h"
-#include "math_mathmlstream.h"
 #include "debug.h"
-#include "math_support.h" // math_font_available
 
-#include <iostream>
 
+using std::string;
 using std::endl;