X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Finsets%2FInsetVSpace.cpp;h=24cfe3ebcf14869a9e8ddf1576e211d28143b992;hb=2c357c1d23b7b83839a9beb8225d4f1ae4f793b4;hp=2444f675310d91c1e0742f92fcb8bbc17b59839c;hpb=9d0ea8aeff32833a90b3fe64df0c5518a9e241be;p=lyx.git diff --git a/src/insets/InsetVSpace.cpp b/src/insets/InsetVSpace.cpp index 2444f67531..24cfe3ebcf 100644 --- a/src/insets/InsetVSpace.cpp +++ b/src/insets/InsetVSpace.cpp @@ -29,16 +29,10 @@ #include +using namespace std; namespace lyx { -using std::istringstream; -using std::ostream; -using std::ostringstream; -using std::string; -using std::max; - - namespace { int const ADD_TO_VSPACE_WIDTH = 5;