X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2FExporter.cpp;h=8546b0a8ca8a76e912f02523611d06ff99adcd7e;hb=1797f5218b8819874f9dbe97b44445b3b5d598a0;hp=326358560cf8cc4e6a0800ffb60903c305a6afbf;hpb=9383f4c3c6f9cfab2d658701ba66e2b54cd68bea;p=lyx.git diff --git a/src/Exporter.cpp b/src/Exporter.cpp index 326358560c..8546b0a8ca 100644 --- a/src/Exporter.cpp +++ b/src/Exporter.cpp @@ -30,17 +30,10 @@ #include 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