]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/math_casesinset.C
revert Buffer LyxText->InsetText commit
[lyx.git] / src / mathed / math_casesinset.C
index bb30d2f29c4041af0e1ac80944ec19e58a46c46d..2a57697bd5e1273e774754e1438733b2202f2fa5 100644 (file)
@@ -1,12 +1,21 @@
-#include <config.h>
+/**
+ * \file math_casesinset.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_casesinset.h"
-#include "math_parser.h"
+#include "math_data.h"
 #include "math_mathmlstream.h"
 #include "math_support.h"
 #include "LaTeXFeatures.h"
-#include "support/LOstream.h"
+#include "support/std_ostream.h"
 
 using std::auto_ptr;