X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-http;a=blobdiff_plain;f=http_date_api.c;h=91c16766aba994136783995584ccfcb27a77d341;hp=3872009157a5d1ea3ace49c0c1a981a32de92ab0;hb=edc84b40eb2c5be04492fa98fec5833a030782eb;hpb=e72c7760ba1b1502655567f2a57be034a4f7c11d diff --git a/http_date_api.c b/http_date_api.c index 3872009..91c1676 100644 --- a/http_date_api.c +++ b/http_date_api.c @@ -15,12 +15,9 @@ #ifdef HAVE_CONFIG_H # include "config.h" #endif -#include "php.h" #include "php_http.h" -#include "php_http_std_defs.h" - -#include +#include "php_http_date_api.h" static int check_day(char *day, size_t len); static int check_month(char *month);