]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/math_fontoldinset.C
mathed uglyfication
[lyx.git] / src / mathed / math_fontoldinset.C
index 8c603178c846fa3166292c9f1e546636668486f9..66b38c73e3a2d46a354eb40a2f1bc3f4adc27eef 100644 (file)
@@ -1,14 +1,21 @@
-#include <config.h>
+/**
+ * \file math_fontoldinset.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_fontoldinset.h"
+#include "math_data.h"
 #include "math_mathmlstream.h"
-#include "math_streamstr.h"
-#include "math_support.h"
 #include "math_parser.h"
-#include "textpainter.h"
-#include "support/LOstream.h"
-#include "frontends/Painter.h"
+#include "math_streamstr.h"
+#include "support/std_ostream.h"
 
 using std::auto_ptr;