X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2FExporter.cpp;h=8546b0a8ca8a76e912f02523611d06ff99adcd7e;hb=b7406da7f0326fbd895c700ad5ded4cc5112094f;hp=6857c87ee15a6203e99ab8406e9c6f49e9a4adab;hpb=dd0ff2d0f7479eee6327c9fd95eadbf0c89355c1;p=lyx.git diff --git a/src/Exporter.cpp b/src/Exporter.cpp index 6857c87ee1..8546b0a8ca 100644 --- a/src/Exporter.cpp +++ b/src/Exporter.cpp @@ -18,31 +18,22 @@ #include "Exporter.h" -#include "gettext.h" #include "Mover.h" + #include "frontends/alert.h" #include "support/filetools.h" +#include "support/gettext.h" #include "support/lstrings.h" #include "support/Package.h" #include -using std::find; -using std::string; -using std::vector; - +using namespace std; +using namespace lyx::support; namespace lyx { -using support::bformat; -using support::FileName; -using support::makeDisplayPath; -using support::onlyFilename; -using support::onlyPath; -using support::package; -using support::prefixIs; - namespace Alert = frontend::Alert; /// ask the user what to do if a file already exists