]> git.lyx.org Git - lyx.git/blobdiff - src/vspace.C
ws changes only
[lyx.git] / src / vspace.C
index 0855987d808733290bf83231cbe83f65ba4f95f9..a3b8c5a41a3d314b0c3fb77513252642f2483bf1 100644 (file)
 #include <config.h>
 
 #include "vspace.h"
-#include "lengthcommon.h"
 #include "buffer.h"
+#include "bufferparams.h"
 #include "BufferView.h"
+#include "lengthcommon.h"
 #include "lyxtext.h"
 
 #include "support/lstrings.h"
 
-using namespace lyx::support;
+using lyx::support::compare;
+using lyx::support::isStrDbl;
+using lyx::support::ltrim;
+using lyx::support::prefixIs;
+using lyx::support::rtrim;
+using lyx::support::strToDbl;
+
+using std::string;
 
 
 namespace {