]> git.donarmstrong.com Git - lilypond.git/blobdiff - flower/std-string.cc
lilypond-manuals.css: edit color scheme and some spacing
[lilypond.git] / flower / std-string.cc
index 9666b9e9c3d2c91595bf3bb35ae07c3ddb75555d..593a286d84e291313a3266c4f0d874549268bc56 100644 (file)
@@ -19,6 +19,7 @@
 
 #include "std-string.hh"
 #include "string-convert.hh"
+#include "std-vector.hh"
 
 string
 to_string (const string &s)
@@ -116,8 +117,6 @@ string_copy (const string &s)
   return dest;
 }
 
-#include "std-vector.hh"
-
 vector<string>
 string_split (string str, char c)
 {