]> git.lyx.org Git - features.git/blobdiff - src/mathed/math_splitinset.h
Replace LString.h with support/std_string.h,
[features.git] / src / mathed / math_splitinset.h
index efd6f2c483d3fe82f87a6ea7ddb432f941c0724a..94ab3287c8c41db2a1b0006e42d5c07fe01379a2 100644 (file)
@@ -1,10 +1,19 @@
 // -*- C++ -*-
+/**
+ * \file math_splitinset.h
+ * 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.
+ */
+
 #ifndef MATH_SPLITINSET_H
 #define MATH_SPLITINSET_H
 
 #include "math_gridinset.h"
-#include "LString.h"
-
+#include "support/std_string.h"
 
 
 class MathSplitInset : public MathGridInset {