]> git.lyx.org Git - features.git/blobdiff - src/mathed/math_commentinset.C
Replace LString.h with support/std_string.h,
[features.git] / src / mathed / math_commentinset.C
index 8c9247cb4342db6b18adeb456fb9ec7f33c8d415..0c7f9b7255518974edab5eb7766bdc763808d352 100644 (file)
@@ -1,12 +1,19 @@
+/**
+ * \file math_commentinset.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_commentinset.h"
-#include "math_data.h"
 #include "math_support.h"
 #include "math_mathmlstream.h"
-#include "LaTeXFeatures.h"
-#include "support/LOstream.h"
-#include "textpainter.h"
+#include "support/std_ostream.h"
 
 using std::auto_ptr;