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