]> git.lyx.org Git - features.git/blobdiff - src/mathed/math_parser.h
Replace LString.h with support/std_string.h,
[features.git] / src / mathed / math_parser.h
index 496d6f1139ebec70ec260dbe87bd28a1a432a513..0d7e49eb1d27dc9ebd58a1cbec6efa58c34963b3 100644 (file)
@@ -1,29 +1,20 @@
 // -*- C++ -*-
 /**
- *  File:        math_parser.h
- *  Purpose:     Declaration of parsing utilities for mathed
- *  Author:      Alejandro Aguilar Sierra <asierra@servidor.unam.mx>
- *  Created:     January 1996
- *  Description: Parse LaTeX2e math mode code.
+ * \file math_parser.h
+ * This file is part of LyX, the document processor.
+ * Licence details can be found in the file COPYING.
  *
- *  Dependencies: Xlib, XForms
+ * \author Alejandro Aguilar Sierra
+ * \author André Pönitz
  *
- *  Copyright: 1996, Alejandro Aguilar Sierra
- *
- *   Version: 0.8beta.
- *
- *   You are free to use and modify this code under the terms of
- *   the GNU General Public Licence version 2 or later.
+ * Full author contact details are available in file CREDITS.
  */
 
 #ifndef MATH_PARSER_H
 #define MATH_PARSER_H
 
-#ifdef __GNUG__
-#pragma interface
-#endif
 
-#include "LString.h"
+#include "support/std_string.h"
 
 class MathAtom;
 class MathArray;