]> git.lyx.org Git - lyx.git/blobdiff - src/insets/insethfill.C
ws changes only
[lyx.git] / src / insets / insethfill.C
index 07007bd038e57d0b9be656e43021315aaf9403b1..8e3eedb5c78767d2de6b1d531802a7aeb6e19028 100644 (file)
 
 #include <config.h>
 
-
 #include "insethfill.h"
-#include "support/LOstream.h"
+
+#include "support/std_ostream.h"
 
 using std::ostream;
 
+
 InsetHFill::InsetHFill()
        : InsetCommand(InsetCommandParams("hfill"))
 {}