]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/fretboard-engraver.cc
Issue 4550 (2/2) Avoid "using namespace std;" in included files
[lilypond.git] / lily / fretboard-engraver.cc
index 2ce799bf0f94b4516b90086bcd0f194fe17196bf..7f99713d9e470cc7d4f971844e8d663e7be5fce3 100644 (file)
@@ -19,7 +19,6 @@
 
 #include <cctype>
 #include <cstdio>
-using namespace std;
 
 #include "articulations.hh"
 #include "context.hh"
@@ -31,6 +30,8 @@ using namespace std;
 
 #include "translator.icc"
 
+using std::vector;
+
 /**
    make (guitar-like) tablature note
 */