]> git.lyx.org Git - lyx.git/blobdiff - src/exporter.C
ws changes only
[lyx.git] / src / exporter.C
index 6076fb4c6c7c2846e9d7129aa8a137c4e87da96e..6905871c23987d274d59600020692061abaa4a18 100644 (file)
 
 #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;