]> git.lyx.org Git - features.git/blobdiff - src/mathed/math_charinset.C
Replace LString.h with support/std_string.h,
[features.git] / src / mathed / math_charinset.C
index 2c02372832a62f5c84714a6c6ea3a40cb2f5552e..47e0d0292daba32d2ab16f63641cdfd132232904 100644 (file)
@@ -1,19 +1,23 @@
+/**
+ * \file math_charinset.C
+ * This file is part of LyX, the document processor.
+ * Licence details can be found in the file COPYING.
+ *
+ * \author Alejandro Aguilar Sierra
+ * \author André Pönitz
+ *
+ * Full author contact details are available in file CREDITS.
+ */
+
 #include <config.h>
 
 #include "math_charinset.h"
-#include "LColor.h"
 #include "dimension.h"
-#include "frontends/Painter.h"
-#include "frontends/font_metrics.h"
-#include "support/LOstream.h"
-#include "debug.h"
+#include "support/std_ostream.h"
 #include "math_support.h"
 #include "math_mathmlstream.h"
-#include "LaTeXFeatures.h"
 #include "textpainter.h"
 
-#include <cctype>
-#include <cstring>
 
 
 using std::ostream;