]> sigrok.org Git - libsigrokflow.git/blobdiff - src/legacy_output.cpp
Avoid "using namespace std" everywhere.
[libsigrokflow.git] / src / legacy_output.cpp
index de8e5be53c41861114dc2faa79b758f93f490958..194d77cda189fabea092e734753aef9b9488b424 100644 (file)
 namespace Srf
 {
 
-using namespace std;
+using std::cout;
+using std::map;
+using std::runtime_error;
+using std::shared_ptr;
+using std::string;
 
 #ifdef HAVE_LIBSIGROKCXX
 void LegacyOutput::class_init(Gst::ElementClass<LegacyOutput> *klass)