]> 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 cada18c22d20c544e92f5098e9dbafb8fa04cc40..f2944c85a518eb67a65fc4adde4652b8a65e3724 100644 (file)
 
 #include "InsetLine.h"
 
-#include "debug.h"
-#include "Text.h"
+#include "Dimension.h"
+#include "Font.h"
 #include "MetricsInfo.h"
 #include "LaTeXFeatures.h"
 #include "OutputParams.h"
+#include "Text.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 &)
 {