]> git.donarmstrong.com Git - lilypond.git/blobdiff - flower/file-path.cc
* mf/merge.pe.in: Set font names, version, license GPL.
[lilypond.git] / flower / file-path.cc
index c6bd1248aa2dd9be6dd92182148974bbc897ca18..eb08b9251a7702e91672deb9efa4e16807d013fc 100644 (file)
@@ -7,11 +7,12 @@
                  Jan Nieuwenhuizen <janneke@gnu.org>
 */
 
-#include "config.h"
-#include <stdio.h>
-#include <errno.h>
-#include <limits.h>
+#include "file-path.hh"
+
+#include <cstdio>
+#include <cerrno>
 
+#include "config.hh"
 #if HAVE_SYS_STAT_H 
 #include <sys/stat.h>
 #endif
@@ -21,7 +22,6 @@
 #endif
 
 #include "file-name.hh"
-#include "file-path.hh"
 
 #ifndef PATHSEP
 #define PATHSEP ':'