]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/math_mathmlstream.C
revert Buffer LyxText->InsetText commit
[lyx.git] / src / mathed / math_mathmlstream.C
index 8a226ac17f1f550153e4ac44a84e41facebe4353..88495f63cf46e733ea2151adb75bc0ba8ac74a58 100644 (file)
@@ -1,16 +1,25 @@
+/**
+ * \file math_mathmlstream.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_mathmlstream.h"
 #include "math_inset.h"
+#include "math_data.h"
 #include "math_extern.h"
-#include "debug.h"
 #include "support/lyxalgo.h"
-#include "support/LOstream.h"
 
+using std::strlen;
 
 using std::ostream;
-using std::strlen;
+
 
 namespace {