]> git.lyx.org Git - lyx.git/blobdiff - src/output.cpp
InsetHyperlink.cpp: fix a bug I introduced in r26218
[lyx.git] / src / output.cpp
index b3377b3762994061beb1d2c55211dd37e115f360..6fb2fe373ecb082f53e0411eb280b5b33f30cde5 100644 (file)
 
 #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>