X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Fdot-column.cc;h=7ac3140141065c5a4b7fe359d8725d21a0cce230;hb=5d84bfad4626892bcffd05adcced53c8a2329047;hp=56ef5788473038cfaaf335d312b1fefbcfcf1050;hpb=cb0b407e567feca71cbc5f9479a06b266c69a26c;p=lilypond.git diff --git a/lily/dot-column.cc b/lily/dot-column.cc index 56ef578847..7ac3140141 100644 --- a/lily/dot-column.cc +++ b/lily/dot-column.cc @@ -22,6 +22,7 @@ #include #include +using namespace std; #include "axis-group-interface.hh" #include "directional-element-interface.hh" @@ -38,9 +39,6 @@ #include "staff-symbol-referencer.hh" #include "stem.hh" -using std::set; -using std::vector; - MAKE_SCHEME_CALLBACK (Dot_column, calc_positioning_done, 1); SCM Dot_column::calc_positioning_done (SCM smob)