Remove most using declarations from header files.
[ardour.git] / libs / ardour / import.cc
index ef9605f467ad14a876e7b2dac90ec8a877519ca3..ff7e665ff1e7463697d0de6e34030124379464a1 100644 (file)
 
 #include "i18n.h"
 
+using namespace std;
 using namespace ARDOUR;
 using namespace PBD;
 
-
 static boost::shared_ptr<ImportableSource>
 open_importable_source (const string& path, nframes_t samplerate, ARDOUR::SrcQuality quality)
 {