]> git.lyx.org Git - features.git/blobdiff - src/mathed/math_hullinset.C
Replace LString.h with support/std_string.h,
[features.git] / src / mathed / math_hullinset.C
index 5a076d3a9e43cdcc9d9a50aaf4e933eaab8cb6a3..6a9bb0dfb4de4791da20da5474463b2b33818d34 100644 (file)
@@ -1,3 +1,13 @@
+/**
+ * \file math_hullinset.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_hullinset.h"
 #include "debug.h"
 #include "textpainter.h"
 #include "funcrequest.h"
-#include "Lsstream.h"
+#include "support/std_sstream.h"
 #include "LaTeXFeatures.h"
 #include "support/LAssert.h"
-#include "frontends/Painter.h"
 
 #include "frontends/Alert.h"
 #include "lyxrc.h"
 #include "gettext.h"
-#include "BufferView.h"
 
-#include <vector>
 
 using namespace lyx::support;