]> git.lyx.org Git - lyx.git/blobdiff - src/output.cpp
lexer cosmetics
[lyx.git] / src / output.cpp
index aa93e283ac985c679ab2213247d80daab516edcf..6fb2fe373ecb082f53e0411eb280b5b33f30cde5 100644 (file)
 
 #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<typename OFStream>