]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/textpainter.C
some (yet unfinished) up/down work
[lyx.git] / src / mathed / textpainter.C
index cdc013c384019c38e698f1aeffd85ff59c7d7d46..224cca9cec5ab3cb4d80f03a524dfa1de2a52f6c 100644 (file)
@@ -1,9 +1,17 @@
-#ifdef __GNUG__
-#pragma implementation
-#endif
+/**
+ * \file textpainter.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 "textpainter.h"
-#include "support/LOstream.h"
+#include "support/std_ostream.h"
 
 
 TextPainter::TextPainter(int xmax, int ymax)