]> git.lyx.org Git - lyx.git/blobdiff - src/importer.C
fix two crashes related to dEPM. Some crashes remain
[lyx.git] / src / importer.C
index 02b25500fdc1819a0dddbfae732773c534cf2a55..672edcdc6e1e7713bde9654d3239a5dc83bb81b2 100644 (file)
 #include "gettext.h"
 #include "BufferView.h"
 
+using lyx::support::bformat;
+using lyx::support::ChangeExtension;
+using lyx::support::MakeDisplayPath;
 
-using namespace lyx::support;
-
-using std::vector;
 using std::find;
+using std::string;
+using std::vector;
 
 
 extern BufferList bufferlist;