]> git.donarmstrong.com Git - lilypond.git/blobdiff - flower/file-path.cc
* configure.in: Test for and accept lmodern if EC fonts not found.
[lilypond.git] / flower / file-path.cc
index 125cf5844b1b2e77d22d155a05deeb559951fee5..eb08b9251a7702e91672deb9efa4e16807d013fc 100644 (file)
@@ -7,9 +7,10 @@
                  Jan Nieuwenhuizen <janneke@gnu.org>
 */
 
-#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 
@@ -21,7 +22,6 @@
 #endif
 
 #include "file-name.hh"
-#include "file-path.hh"
 
 #ifndef PATHSEP
 #define PATHSEP ':'