]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/math_fontinset.C
mathed uglyfication
[lyx.git] / src / mathed / math_fontinset.C
index 877ebd2001e76d898221b09d47dbf1d5de2b5017..2ffacba941361f8ebd00e7900c528d57c9afc6aa 100644 (file)
@@ -1,14 +1,23 @@
+/**
+ * \file math_fontinset.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_fontinset.h"
+#include "math_data.h"
 #include "math_mathmlstream.h"
-#include "math_streamstr.h"
-#include "math_support.h"
 #include "math_parser.h"
 #include "LaTeXFeatures.h"
-#include "support/LOstream.h"
-#include "textpainter.h"
+#include "support/std_ostream.h"
 
+using std::string;
 using std::auto_ptr;