]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/input.cc
Issue 4550 (2/2) Avoid "using namespace std;" in included files
[lilypond.git] / lily / input.cc
index b6aed9e2d1296b74182d9aca7f2921c6f9a04001..19f6ac019ee1fc2272cc549034771adbc4ae1427 100644 (file)
@@ -20,7 +20,6 @@
 #include "input.hh"
 
 #include <cstdio>
-using namespace std;
 
 #include "international.hh"
 #include "lily-imports.hh"
@@ -29,6 +28,8 @@ using namespace std;
 #include "sources.hh"
 #include "warn.hh"
 
+using std::string;
+
 Input::Input (Input const &i)
 {
   source_file_ = i.source_file_;