X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-http;a=blobdiff_plain;f=php_http_url_api.h;h=77e6ef0f4d7fb306bd4c209a5dc72bc0c993ba48;hp=4a4080f61acc890581505a759db03c921f0fd2c1;hb=edc84b40eb2c5be04492fa98fec5833a030782eb;hpb=e72c7760ba1b1502655567f2a57be034a4f7c11d diff --git a/php_http_url_api.h b/php_http_url_api.h index 4a4080f..77e6ef0 100644 --- a/php_http_url_api.h +++ b/php_http_url_api.h @@ -15,8 +15,6 @@ #ifndef PHP_HTTP_URL_API_H #define PHP_HTTP_URL_API_H -#include "php_http_std_defs.h" - #define http_absolute_uri(url) http_absolute_url(url) #define http_absolute_uri_ex(url, url_len, proto, proto_len, host, host_len, port) _http_absolute_url_ex((url), (url_len), (proto), (proto_len), (host), (host_len), (port) TSRMLS_CC) #define http_absolute_url(url) http_absolute_url_ex((url), strlen(url), NULL, 0, NULL, 0, 0)