]> git.lyx.org Git - features.git/blobdiff - src/mathed/math_extern.h
Replace LString.h with support/std_string.h,
[features.git] / src / mathed / math_extern.h
index 94406652d05f18ddcd407ad6e05e4206e301ef3f..5b844a934b4dec5c2102dad1567274f53e387311 100644 (file)
@@ -1,8 +1,19 @@
+// -*- C++ -*-
+/**
+ * \file math_extern.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_EXTERN_H
 #define MATH_EXTERN_H
 
 
-#include "LString.h"
+#include "support/std_string.h"
 
 class NormalStream;
 class MapleStream;