]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/math_amsarrayinset.C
revert Buffer LyxText->InsetText commit
[lyx.git] / src / mathed / math_amsarrayinset.C
index cc8804f0ed7544f13d40a28ec6949ead1b8122ca..1287d99a3f533e42ade65a6270fea7ae9e0c3bfc 100644 (file)
@@ -1,12 +1,22 @@
+/**
+ * \file math_amsarrayinset.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_amsarrayinset.h"
+#include "math_data.h"
 #include "math_mathmlstream.h"
-#include "metricsinfo.h"
 #include "math_streamstr.h"
 #include "math_support.h"
-#include "Lsstream.h"
 
+using std::string;
 using std::auto_ptr;