X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Foutput.cpp;h=6fb2fe373ecb082f53e0411eb280b5b33f30cde5;hb=e1453ef6873b8c6d371a62471c5d309154133866;hp=aa93e283ac985c679ab2213247d80daab516edcf;hpb=f625dd7ea0770f0f1151401ed90d0ef2146595d7;p=lyx.git diff --git a/src/output.cpp b/src/output.cpp index aa93e283ac..6fb2fe373e 100644 --- a/src/output.cpp +++ b/src/output.cpp @@ -12,22 +12,19 @@ #include "output.h" -#include "gettext.h" +#include "support/gettext.h" #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