]> git.donarmstrong.com Git - lilypond.git/blobdiff - flower/include/libc-extension.hh
* SConstruct: Further development.
[lilypond.git] / flower / include / libc-extension.hh
index a5385b4b01f00a834b086e883e189edc16654c71..906e64a4d49503a612e0a9fced9c43e065a472ee 100644 (file)
@@ -6,17 +6,15 @@
   (c) 1997--2004 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 "config.hh"
+#include "flower-proto.hh"
+
 char* strnlwr (char* start ,int n);
 char* strnupr (char* start, int n);