X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2FBufferList.cpp;h=ea174c05d3d34fa73c4fa36899cde9ebf89842e7;hb=a0e5ee9fac73893847be9225f3c2f8df9441140a;hp=ce7e095e8f6204c5ef1b7cbd5f3ab1b874819b60;hpb=543c371430456c55cd5fbfa93aef6309668f3d08;p=lyx.git diff --git a/src/BufferList.cpp b/src/BufferList.cpp index ce7e095e8f..ea174c05d3 100644 --- a/src/BufferList.cpp +++ b/src/BufferList.cpp @@ -33,18 +33,6 @@ #include #include - -namespace lyx { - -using support::addName; -using support::bformat; -using support::FileName; -using support::makeDisplayPath; -using support::onlyFilename; -using support::removeAutosaveFile; -using support::package; -using support::prefixIs; - using boost::bind; using std::auto_ptr; @@ -58,6 +46,18 @@ using std::vector; using std::back_inserter; using std::transform; + +namespace lyx { + +using support::addName; +using support::bformat; +using support::FileName; +using support::makeDisplayPath; +using support::onlyFilename; +using support::removeAutosaveFile; +using support::package; +using support::prefixIs; + namespace Alert = lyx::frontend::Alert;