]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/math_parboxinset.C
more IU
[lyx.git] / src / mathed / math_parboxinset.C
index e98937b7f00d8c4020dfff0b95f08154018f71e7..a2c9ccd62487b55b876ffdd49bb7bb6cdc537835 100644 (file)
@@ -1,11 +1,23 @@
+/**
+ * \file math_parboxinset.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_parboxinset.h"
+#include "math_data.h"
 #include "math_mathmlstream.h"
 #include "math_streamstr.h"
-#include "lyxlength.h"
 #include "debug.h"
 
+
+using std::string;
 using std::auto_ptr;
 using std::endl;