]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/math_frameboxinset.C
more IU
[lyx.git] / src / mathed / math_frameboxinset.C
index f077e11eb06332243263c7cec2616432f4e25dce..d1cf3afb178a78f5402f455f5ad1e4ba96e2a1bb 100644 (file)
@@ -1,9 +1,20 @@
+/**
+ * \file math_frameboxinset.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_frameboxinset.h"
-#include "math_support.h"
+#include "math_data.h"
 #include "math_mathmlstream.h"
-#include "math_streamstr.h"
+#include "math_support.h"
+#include "LColor.h"
 #include "frontends/Painter.h"
 
 using std::auto_ptr;