]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/general-scheme.cc
Revert "Issue 4550 (1/2) Avoid "using namespace std;" in included files"
[lilypond.git] / lily / general-scheme.cc
index d661c177a5802837cc2f961c50d2b396363df211..d5fe89024cd2fa7c0cce49968a74f665d8465795 100644 (file)
@@ -24,6 +24,7 @@
 #include <ctype.h>
 #include <cstring>  /* memset */
 #include <glib.h>
+using namespace std;
 
 #include "dimensions.hh"
 #include "file-name.hh"
@@ -39,9 +40,6 @@
 #include "version.hh"
 #include "warn.hh"
 
-using std::string;
-using std::vector;
-
 /* Declaration of log function(s) */
 SCM ly_progress (SCM, SCM);