]> git.lyx.org Git - lyx.git/blobdiff - src/exporter.C
ws changes only
[lyx.git] / src / exporter.C
index b3fc84ac5e9082b52aabd4e4e32dbb9c699da663..6905871c23987d274d59600020692061abaa4a18 100644 (file)
@@ -20,6 +20,7 @@
 
 #include "buffer.h"
 #include "buffer_funcs.h"
+#include "bufferparams.h"
 #include "converter.h"
 #include "format.h"
 #include "gettext.h"
 
 #include "support/filetools.h"
 
-using namespace lyx::support;
+using lyx::support::AddName;
+using lyx::support::bformat;
+using lyx::support::ChangeExtension;
+using lyx::support::contains;
+using lyx::support::MakeDisplayPath;
 
 using std::find;
-
+using std::string;
 using std::vector;