]> git.lyx.org Git - features.git/blobdiff - src/mathed/math_parinset.C
Replace LString.h with support/std_string.h,
[features.git] / src / mathed / math_parinset.C
index 49104046875bc48c88c29aa9c20842fb62d6fbc9..83eb131c3d7bb4c9bcaa798d2ea925299a513cfe 100644 (file)
@@ -1,9 +1,18 @@
+/**
+ * \file math_parinset.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_parinset.h"
 #include "math_mathmlstream.h"
-#include "support/LOstream.h"
+#include "support/std_ostream.h"
 
 
 MathParInset::MathParInset(MathArray const & ar)