]> git.donarmstrong.com Git - lilypond.git/blobdiff - flower/include/libc-extension.hh
*** empty log message ***
[lilypond.git] / flower / include / libc-extension.hh
index a5385b4b01f00a834b086e883e189edc16654c71..05dfe6ccb4f2eef305f3bc3ae308883ff62e45b3 100644 (file)
@@ -3,19 +3,17 @@
 
   source file of the flowerlib
 
-  (c) 1997--2004 Han-Wen Nienhuys <hanwen@cs.uu.nl>
+  (c) 1997--2005 Han-Wen Nienhuys <hanwen@cs.uu.nl>
 */
 
-
 #ifndef LIBC_EXTENSION_HH
 #define LIBC_EXTENSION_HH
 
-#include "flower-proto.hh"
-#include "config.h"
-
-
 #include <cstddef>
-#include <stdarg.h>
+#include <cstdarg>
+
+#include "config.hh"
+#include "flower-proto.hh"
 
 char* strnlwr (char* start ,int n);
 char* strnupr (char* start, int n);