]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/math_exfuncinset.C
more IU
[lyx.git] / src / mathed / math_exfuncinset.C
index a7079179c639d5e5c0a5630e0fb85fc07486010a..b6e5d609218b059a64d2c0d25dfa6864ff77a73a 100644 (file)
@@ -1,10 +1,23 @@
+/**
+ * \file math_exfuncinset.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_exfuncinset.h"
-#include "math_support.h"
+#include "math_data.h"
 #include "math_mathmlstream.h"
 #include "math_streamstr.h"
+#include "math_support.h"
+
 
+using std::string;
 using std::auto_ptr;