diff options
Diffstat (limited to 'src/core/ngx_core.h')
-rw-r--r-- | src/core/ngx_core.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/core/ngx_core.h b/src/core/ngx_core.h index a8959ddcc..ade35be73 100644 --- a/src/core/ngx_core.h +++ b/src/core/ngx_core.h @@ -86,8 +86,6 @@ typedef void (*ngx_connection_handler_pt)(ngx_connection_t *c); #include <ngx_event_openssl.h> #if (NGX_OPENSSL_QUIC) #include <ngx_event_quic.h> -#include <ngx_event_quic_transport.h> -#include <ngx_event_quic_protection.h> #endif #endif #include <ngx_process_cycle.h> |