]> git.lyx.org Git - features.git/blobdiff - src/mathed/math_envinset.C
Replace LString.h with support/std_string.h,
[features.git] / src / mathed / math_envinset.C
index a7e2737be4390db56d926075f1fa079c6da710a0..c5f768bf5fa900e50c4998bf9b76f2579346868b 100644 (file)
@@ -1,9 +1,19 @@
+/**
+ * \file math_envinset.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_envinset.h"
 #include "math_mathmlstream.h"
 #include "math_streamstr.h"
-#include "support/LOstream.h"
+#include "support/std_ostream.h"
 
 using std::auto_ptr;