]> sigrok.org Git - libsigrokflow.git/blobdiff - include/libsigrokflow/legacy_input.hpp
Avoid "using namespace std" everywhere.
[libsigrokflow.git] / include / libsigrokflow / legacy_input.hpp
index 2516adcc7eb59855d8cdeb0807387132915d72fb..f8ed3fe8633ec6fe4cba902af5710a5d7756a7ea 100644 (file)
@@ -33,7 +33,9 @@
 namespace Srf
 {
 
-using namespace std;
+using std::map;
+using std::shared_ptr;
+using std::string;
 
 #ifdef HAVE_LIBSIGROKCXX
 class LegacyInput :