diff options
Diffstat (limited to 'src/http/ngx_http.h')
-rw-r--r-- | src/http/ngx_http.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/http/ngx_http.h b/src/http/ngx_http.h index 708defebc..5ac65c859 100644 --- a/src/http/ngx_http.h +++ b/src/http/ngx_http.h @@ -52,9 +52,6 @@ typedef u_char *(*ngx_http_log_handler_pt)(ngx_http_request_t *r, #if (NGX_HTTP_SSL) #include <ngx_http_ssl_module.h> #endif -#if (NGX_HTTP_QUIC) -#include <ngx_http_quic_module.h> -#endif struct ngx_http_log_ctx_s { |