]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/math_braceinset.C
Compile fix gcc 2.95 + stlport
[lyx.git] / src / mathed / math_braceinset.C
index dd3386121e333da55e83fc3e819423a79baa46ef..aa7b914896c9205f76f3804d446df960101fa011 100644 (file)
@@ -1,10 +1,21 @@
+/**
+ * \file math_braceinset.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_braceinset.h"
-#include "math_parser.h"
-#include "math_support.h"
+#include "math_data.h"
 #include "math_mathmlstream.h"
-#include "support/LOstream.h"
+#include "math_support.h"
+#include "LColor.h"
+#include "support/std_ostream.h"
 
 using std::max;
 using std::auto_ptr;