]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/includable-lexer.cc
Release: bump Welcome versions.
[lilypond.git] / lily / includable-lexer.cc
index 3e9c54857dca77f9eede2eae99cce2f3c66c0b81..8567ec91718c470e0e24741902d85911dff391b3 100644 (file)
@@ -20,6 +20,7 @@
 #include "includable-lexer.hh"
 
 #include <sstream>
+using namespace std;
 
 #include "config.hh"
 
@@ -31,8 +32,6 @@
 #include "sources.hh"
 #include "warn.hh"
 
-using std::string;
-
 #ifndef YY_BUF_SIZE
 #define YY_BUF_SIZE 16384
 #endif