]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/math_liminset.C
more IU
[lyx.git] / src / mathed / math_liminset.C
index 24c85a28d28845209f73305c802ab95cfc065b2d..79712556cf26ee623614467acc90dbb10cea08ab 100644 (file)
@@ -1,10 +1,22 @@
+/**
+ * \file math_liminset.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_liminset.h"
-#include "math_support.h"
+#include "math_data.h"
 #include "math_mathmlstream.h"
-#include "math_symbolinset.h"
 #include "debug.h"
 
 using std::auto_ptr;
+using std::endl;
 
 
 MathLimInset::MathLimInset
@@ -31,13 +43,13 @@ void MathLimInset::normalize(NormalStream & os) const
 
 void MathLimInset::metrics(MetricsInfo &, Dimension &) const
 {
-       lyxerr << "should not happen\n";
+       lyxerr << "should not happen" << endl;
 }
 
 
 void MathLimInset::draw(PainterInfo &, int, int) const
 {
-       lyxerr << "should not happen\n";
+       lyxerr << "should not happen" << endl;
 }
 
 
@@ -61,5 +73,5 @@ void MathLimInset::mathmlize(MathMLStream & os) const
 
 void MathLimInset::write(WriteStream &) const
 {
-       lyxerr << "should not happen\n";
+       lyxerr << "should not happen" << endl;
 }