X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2FExporter.cpp;h=5826cb52fcd7ae358d199bc0a192f44eceb00180;hb=e54ae72e5fac6f750c3f7972c74bb42b57f3a049;hp=498f8de5f93b9162187da7c5d244520459f668ea;hpb=4573c7f2ab48803d640025cf975215533778b085;p=lyx.git diff --git a/src/Exporter.cpp b/src/Exporter.cpp index 498f8de5f9..5826cb52fc 100644 --- a/src/Exporter.cpp +++ b/src/Exporter.cpp @@ -36,6 +36,10 @@ #include +using std::find; +using std::string; +using std::vector; + namespace lyx { @@ -51,10 +55,6 @@ using support::onlyPath; using support::package; using support::prefixIs; -using std::find; -using std::string; -using std::vector; - namespace Alert = frontend::Alert; namespace fs = boost::filesystem;