X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-http;a=blobdiff_plain;f=php_http_url.c;h=b55b7d7028d109532fe25d5f13e8da9751b20423;hp=7fe16645338910d10be2d7fae4751cdd96ef16ea;hb=aacbe6aa75ca07853bf88d5b3647f67f107d1af7;hpb=29a54250b58e444974ae19840194e214cab80bd5 diff --git a/php_http_url.c b/php_http_url.c index 7fe1664..b55b7d7 100644 --- a/php_http_url.c +++ b/php_http_url.c @@ -12,9 +12,6 @@ #include "php_http_api.h" -#include -#include - static inline char *localhostname(void) { char hostname[1024] = {0}; @@ -246,7 +243,7 @@ PHP_HTTP_API void php_http_url(int flags, const php_url *old_url, const php_url /* .. at the end */ ptr[1] = '\0'; } - /* fallthrough */ + /* no break */ default: /* something else */