]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/math_streamstr.h
Get rid of lyxstring, remove usage of STRCONV.
[lyx.git] / src / mathed / math_streamstr.h
index 499de5e8ce904394a6df7e1297327e29102f87ad..d76b1cb66e20548a6ef8f988dfc0ebd6b3f09923 100644 (file)
@@ -1,13 +1,19 @@
 // -*- C++ -*-
+/**
+ * \file math_streamstr.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_STREAMSTR_H
 #define MATH_STREAMSTR_H
 
-#ifdef __GNUG__
-#pragma interface
-#endif
 
-#include "LString.h"
+#include "support/std_string.h"
 
 class WriteStream;
 class NormalStream;