]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/custos.cc
Issue 5167/6: Changes: show \markup xxx = ... \etc assignments
[lilypond.git] / lily / custos.cc
index b2289f267db08827a36b331a1b04abb5b011e74e..37aeb66f6b9202ed8db498f7dd5e3139fc547837 100644 (file)
@@ -26,6 +26,7 @@
 
 #include <cstdio>
 #include <cmath> // rint
+using namespace std;
 
 #include "custos.hh"
 #include "direction.hh"
@@ -36,8 +37,6 @@
 #include "staff-symbol-referencer.hh"
 #include "warn.hh"
 
-using std::string;
-
 MAKE_SCHEME_CALLBACK (Custos, print, 1);
 SCM
 Custos::print (SCM smob)