]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/math_sqrtinset.C
mathed uglyfication
[lyx.git] / src / mathed / math_sqrtinset.C
index 9a3d3c6f72c476292f09c5ad12c156c522087940..00ecc675f05fc289f2e418da5424eb40c1df2378 100644 (file)
@@ -1,8 +1,21 @@
+/**
+ * \file math_sqrtinset.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_sqrtinset.h"
+#include "math_data.h"
 #include "math_mathmlstream.h"
+#include "textpainter.h"
 #include "LColor.h"
 #include "frontends/Painter.h"
-#include "textpainter.h"
 
 using std::auto_ptr;