]> git.lyx.org Git - lyx.git/blobdiff - src/Box.cpp
Some more cleanup of LyXView:
[lyx.git] / src / Box.cpp
index 8094b45f391ad55c1a913c1e2c723221617a9fa2..d968448abae683feacf8bafdf2cd2b6af0c73b2f 100644 (file)
 
 #include "Box.h"
 
-#include "support/std_ostream.h"
+#include <ostream>
 
+using std::ostream;
 
 namespace lyx {
 
-using std::ostream;
-
 
 Box::Box()
        : x1(0), x2(0), y1(0), y2(0)