]> granicus.if.org Git - php/commitdiff
MFB: fix compiler warnings by moving all std includes after include of zend_config.h
authorNuno Lopes <nlopess@php.net>
Mon, 1 Jun 2009 17:52:29 +0000 (17:52 +0000)
committerNuno Lopes <nlopess@php.net>
Mon, 1 Jun 2009 17:52:29 +0000 (17:52 +0000)
Zend/zend.h

index 8cf757bb465c0374620b7b9fb3e55c99b20ac1c5..ed7183fe8e3b39f6c9233e27b02d4db105d169b6 100644 (file)
@@ -34,9 +34,6 @@
 #define END_EXTERN_C()
 #endif
 
-#include <stdio.h>
-#include <assert.h>
-
 /*
  * general definitions
  */
@@ -68,6 +65,9 @@
 
 /* all HAVE_XXX test have to be after the include of zend_config above */
 
+#include <stdio.h>
+#include <assert.h>
+
 #ifdef HAVE_UNIX_H
 # include <unix.h>
 #endif