X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=flower%2Fstd-string.cc;h=593a286d84e291313a3266c4f0d874549268bc56;hb=b872748c6aa8bb721ced458691b38ac2fac5dfc8;hp=347f0f3688a449fe1d219cd6a4040804cf4ee9dc;hpb=c054eb280fd9953596eb164f67b0f9d5555c5a32;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) {