- reorder includes, always include php.h first
[m6w6/ext-http] / http_date_api.c
index fc67a89f57b525163aa2b8e9a5a36aa3d7cae2c1..c59b2cfe4c00e172ec1cfa3af93c73b75f27748d 100644 (file)
 #ifdef HAVE_CONFIG_H
 #      include "config.h"
 #endif
-
-#include <ctype.h>
-
 #include "php.h"
+
 #include "php_http.h"
 #include "php_http_std_defs.h"
 
+#include <ctype.h>
+
 static int check_day(char *day, size_t len);
 static int check_month(char *month);
 static int check_tzone(char *tzone);