]> sigrok.org Git - libsigrokflow.git/blobdiff - include/libsigrokflow/legacy_output.hpp
Avoid "using namespace std" everywhere.
[libsigrokflow.git] / include / libsigrokflow / legacy_output.hpp
index 7e78bda1843822971f468f13ae3d01383fb47b9d..a8da16ec358c774310090c3e475646b49a2545bc 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 LegacyOutput :