]> git.lyx.org Git - features.git/blobdiff - src/mathed/math_gridinset.C
Replace LString.h with support/std_string.h,
[features.git] / src / mathed / math_gridinset.C
index 50d4fef3ed0e0a88a4ed3cc250b7b1660aa18c70..5d21dfd5d0bd0bba243e400cffbcd6cfd357ca5a 100644 (file)
@@ -1,13 +1,22 @@
+/**
+ * \file math_gridinset.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_gridinset.h"
 #include "math_mathmlstream.h"
 #include "math_streamstr.h"
-#include "lyxfont.h"
 #include "funcrequest.h"
 #include "frontends/Painter.h"
 #include "debug.h"
-#include "Lsstream.h"
+#include "support/std_sstream.h"
 
 
 #include "insets/mailinset.h"