X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Foutput.cpp;h=6fb2fe373ecb082f53e0411eb280b5b33f30cde5;hb=ac3f391b46d25784f3129e24658b73c4bc15febf;hp=b3377b3762994061beb1d2c55211dd37e115f360;hpb=9d0ea8aeff32833a90b3fe64df0c5518a9e241be;p=lyx.git diff --git a/src/output.cpp b/src/output.cpp index b3377b3762..6fb2fe373e 100644 --- a/src/output.cpp +++ b/src/output.cpp @@ -16,18 +16,15 @@ #include "frontends/alert.h" +#include "support/FileName.h" #include "support/filetools.h" #include "support/lstrings.h" +using namespace std; +using namespace lyx::support; namespace lyx { -using support::bformat; -using support::FileName; - -using std::ofstream; -using std::string; - namespace { template