]> git.donarmstrong.com Git - lilypond.git/blobdiff - flower/std-string.cc
Web-ja: update introduction
[lilypond.git] / flower / std-string.cc
index 277c4747fc6137686911fd9352d0970d222c3997..593a286d84e291313a3266c4f0d874549268bc56 100644 (file)
@@ -1,7 +1,7 @@
 /*
   This file is part of LilyPond, the GNU music typesetter.
 
-  Copyright (C) 2006--2014  Jan Nieuwenhuizen <janneke@gnu.org>
+  Copyright (C) 2006--2015  Jan Nieuwenhuizen <janneke@gnu.org>
 
   LilyPond is free software: you can redistribute it and/or modify
   it under the terms of the GNU General Public License as published by
@@ -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>
 string_split (string str, char c)
 {