]> git.donarmstrong.com Git - lilypond.git/blobdiff - flower/file-path.cc
lilypond-manuals.css: edit color scheme and some spacing
[lilypond.git] / flower / file-path.cc
index 660895a1f58bf6703c44b132257887ddac1bc077..65cd517e5a07247fc798277631be1857601679e0 100644 (file)
@@ -1,7 +1,7 @@
 /*
   This file is part of LilyPond, the GNU music typesetter.
 
-  Copyright (C) 1997--2014 Han-Wen Nienhuys <hanwen@xs4all.nl>
+  Copyright (C) 1997--2015 Han-Wen Nienhuys <hanwen@xs4all.nl>
   Jan Nieuwenhuizen <janneke@gnu.org>
 
   LilyPond is free software: you can redistribute it and/or modify
 #define PATHSEP ':'
 #endif
 
+#include <algorithm>
+
 vector<string>
 File_path::directories () const
 {
   return dirs_;
 }
 
-#include <algorithm>
 void
 File_path::parse_path (const string &p)
 {