From 2aa7e1abc7b89f77cb3d7b8e62bae505166186be Mon Sep 17 00:00:00 2001 From: spacewander Date: Tue, 7 Sep 2021 10:55:18 +0800 Subject: [PATCH] chore: remove duplicate ngx_http.h --- src/ngx_http_apisix_module.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/ngx_http_apisix_module.c b/src/ngx_http_apisix_module.c index 9d03d04..2697466 100644 --- a/src/ngx_http_apisix_module.c +++ b/src/ngx_http_apisix_module.c @@ -1,7 +1,6 @@ #include #include #include -#include #include #include "ngx_http_apisix_module.h"