X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-http;a=blobdiff_plain;f=php_http_date_api.h;h=e25ad6fbed8ec6dfcd9b0cc1f57444409a000bc7;hp=07912d8b8c7cb4306e132e790e30102ef6147d16;hb=edc84b40eb2c5be04492fa98fec5833a030782eb;hpb=e83a7438dc70ed96630887246a1d3aefcf155b1c diff --git a/php_http_date_api.h b/php_http_date_api.h index 07912d8..e25ad6f 100644 --- a/php_http_date_api.h +++ b/php_http_date_api.h @@ -15,8 +15,6 @@ #ifndef PHP_HTTP_DATE_API_H #define PHP_HTTP_DATE_API_H -#include "php_http_std_defs.h" - #define http_date(t) _http_date((t) TSRMLS_CC) PHP_HTTP_API char *_http_date(time_t t TSRMLS_DC);