]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/math_sizeinset.C
mathed uglyfication
[lyx.git] / src / mathed / math_sizeinset.C
index 2d883edce15f00402aa98abfe11200aad088eb4e..04ee8dadee3244d7c4fe9093beec4405f9fa5b97 100644 (file)
@@ -1,13 +1,26 @@
+/**
+ * \file math_sizeinset.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_sizeinset.h"
-#include "math_parser.h"
+#include "math_data.h"
 #include "math_mathmlstream.h"
+#include "math_parser.h"
 #include "math_streamstr.h"
-#include "math_support.h"
-#include "support/LOstream.h"
+#include "support/std_ostream.h"
 
+#ifndef CXX_GLOBAL_CSTD
 using std::atoi;
+#endif
+
 using std::auto_ptr;