aboutsummaryrefslogtreecommitdiff
path: root/src/http/ngx_http_core_module.h
diff options
context:
space:
mode:
authorIgor Sysoev <igor@sysoev.ru>2008-09-05 15:25:47 +0000
committerIgor Sysoev <igor@sysoev.ru>2008-09-05 15:25:47 +0000
commit5d4e80b8fbfff6d2ab3948b19c5711cc03211e6d (patch)
treeb981fffdb448edb0dd2139d1a6ebae3d06d827a5 /src/http/ngx_http_core_module.h
parentc3995ff670f88ffe22901757badf242755b2966f (diff)
downloadnginx-5d4e80b8fbfff6d2ab3948b19c5711cc03211e6d.tar.gz
nginx-5d4e80b8fbfff6d2ab3948b19c5711cc03211e6d.zip
remove unused #include's
Diffstat (limited to 'src/http/ngx_http_core_module.h')
-rw-r--r--src/http/ngx_http_core_module.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/http/ngx_http_core_module.h b/src/http/ngx_http_core_module.h
index 54e4493bc..a3d8940a9 100644
--- a/src/http/ngx_http_core_module.h
+++ b/src/http/ngx_http_core_module.h
@@ -8,8 +8,8 @@
#define _NGX_HTTP_CORE_H_INCLUDED_
-#include <ngx_string.h>
-#include <ngx_array.h>
+#include <ngx_config.h>
+#include <ngx_core.h>
#include <ngx_http.h>