]> git.donarmstrong.com Git - lilypond.git/blobdiff - flower/file-name.cc
* configure.in: Test for and accept lmodern if EC fonts not found.
[lilypond.git] / flower / file-name.cc
index 5c848efd74cffbe9ed373e7619975a153953efab..cf9dc82fef14ca3bc6ed8b04975aff5f4bad89b9 100644 (file)
@@ -7,9 +7,10 @@
                  Jan Nieuwenhuizen <janneke@gnu.org>
 */
 
-#include <stdio.h>
-#include <errno.h>
-#include <limits.h>
+#include "file-name.hh"
+
+#include <cstdio>
+#include <cerrno>
 
 #include "config.hh"
 
@@ -21,8 +22,6 @@
 #include <sys/cygwin.h>
 #endif
 
-#include "file-name.hh"
-
 /* We don't have multiple roots, set this to '\0'? */
 #ifndef ROOTSEP
 #define ROOTSEP ':'