]> git.lyx.org Git - features.git/blobdiff - src/mathed/math_fontoldinset.C
Replace LString.h with support/std_string.h,
[features.git] / src / mathed / math_fontoldinset.C
index 8c603178c846fa3166292c9f1e546636668486f9..59155a49aebce37b4370ab6ded7eab384c87af69 100644 (file)
@@ -1,14 +1,20 @@
-#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_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 "support/std_ostream.h"
 
 using std::auto_ptr;