]> git.lyx.org Git - lyx.git/blobdiff - src/importer.C
get rid of broken_header.h and some unneeded tests
[lyx.git] / src / importer.C
index a21fd655bf41fb9e53728557216ac9c9865ac528..672edcdc6e1e7713bde9654d3239a5dc83bb81b2 100644 (file)
 #include "gettext.h"
 #include "BufferView.h"
 
-using namespace lyx::support;
+using lyx::support::bformat;
+using lyx::support::ChangeExtension;
+using lyx::support::MakeDisplayPath;
 
 using std::find;
+using std::string;
 using std::vector;