]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/includable-lexer.cc
Issue 4630/2: Add override_input to music created from loc_on_music
[lilypond.git] / lily / includable-lexer.cc
index 8567ec91718c470e0e24741902d85911dff391b3..3e9c54857dca77f9eede2eae99cce2f3c66c0b81 100644 (file)
@@ -20,7 +20,6 @@
 #include "includable-lexer.hh"
 
 #include <sstream>
-using namespace std;
 
 #include "config.hh"
 
@@ -32,6 +31,8 @@ using namespace std;
 #include "sources.hh"
 #include "warn.hh"
 
+using std::string;
+
 #ifndef YY_BUF_SIZE
 #define YY_BUF_SIZE 16384
 #endif