]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/math_lefteqninset.C
more IU
[lyx.git] / src / mathed / math_lefteqninset.C
index d53cefbf0e94bd134e53e756c01f2a7cb8032bcc..b26b700fb1b19362f9e5e0072313f1ba3f64413e 100644 (file)
@@ -1,7 +1,21 @@
+/**
+ * \file math_lefteqninset.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_lefteqninset.h"
-#include "math_support.h"
-#include "support/LOstream.h"
+#include "math_data.h"
+#include "support/std_ostream.h"
+
 
+using std::string;
 using std::auto_ptr;