X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Fimporter.C;h=672edcdc6e1e7713bde9654d3239a5dc83bb81b2;hb=37e82a546392d43f787826b85481a11f2a27af15;hp=a21fd655bf41fb9e53728557216ac9c9865ac528;hpb=4c6e0fe4226ce3b55d13726977f1e579f17c2ad1;p=lyx.git diff --git a/src/importer.C b/src/importer.C index a21fd655bf..672edcdc6e 100644 --- a/src/importer.C +++ b/src/importer.C @@ -24,9 +24,12 @@ #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;