]> git.lyx.org Git - lyx.git/blobdiff - src/insets/InsetLine.cpp
This should be the last of the commits refactoring the InsetLayout code.
[lyx.git] / src / insets / InsetLine.cpp
index 22f4aa316a4aa800e804bad9bb8f3569ae474c6c..f2944c85a518eb67a65fc4adde4652b8a65e3724 100644 (file)
@@ -12,7 +12,7 @@
 
 #include "InsetLine.h"
 
-#include "debug.h"
+#include "Dimension.h"
 #include "Font.h"
 #include "MetricsInfo.h"
 #include "LaTeXFeatures.h"
 
 #include "frontends/Painter.h"
 
+#include "support/debug.h"
+#include "support/docstream.h"
+
+
+
+using namespace std;
 
 namespace lyx {
 
 using frontend::Painter;
 
-using std::ostream;
-
 
 void InsetLine::read(Buffer const &, Lexer &)
 {