]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/math_boxinset.C
Georg Baum's vspace change
[lyx.git] / src / mathed / math_boxinset.C
index 28b3da4f45098bbe937b0e0e10e38d2798f48928..ca053c422e4bd1f6ef404a9fac8e0142672c9034 100644 (file)
@@ -1,11 +1,22 @@
+/**
+ * \file math_boxinset.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_boxinset.h"
-#include "math_support.h"
+#include "math_data.h"
 #include "math_mathmlstream.h"
 #include "math_streamstr.h"
-#include "support/LOstream.h"
+#include "support/std_ostream.h"
 
+using std::string;
 using std::auto_ptr;