]> git.donarmstrong.com Git - lilypond.git/blobdiff - flower/file-name.cc
*** empty log message ***
[lilypond.git] / flower / file-name.cc
index 5c848efd74cffbe9ed373e7619975a153953efab..7c93ee65ce6441313e65a336b3cb324e064a2e37 100644 (file)
@@ -3,13 +3,14 @@
    
   source file of the Flower Library
   
-  (c) 1997--2004 Han-Wen Nienhuys <hanwen@cs.uu.nl>
+  (c) 1997--2005 Han-Wen Nienhuys <hanwen@cs.uu.nl>
                  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 ':'