X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=flower%2Fstd-string.cc;h=593a286d84e291313a3266c4f0d874549268bc56;hb=97a0169312a260933246ab224e4f8b0969871dd5;hp=347f0f3688a449fe1d219cd6a4040804cf4ee9dc;hpb=47db9a3883d726ca53e2133a3b2298f78dd6a32e;p=lilypond.git diff --git a/flower/std-string.cc b/flower/std-string.cc index 347f0f3688..593a286d84 100644 --- a/flower/std-string.cc +++ b/flower/std-string.cc @@ -19,6 +19,7 @@ #include "std-string.hh" #include "string-convert.hh" +#include "std-vector.hh" string to_string (const string &s) @@ -116,14 +117,6 @@ string_copy (const string &s) return dest; } -int -string_compare (string const &a, string const &b) -{ - return a.compare (b); -} - -#include "std-vector.hh" - vector string_split (string str, char c) {