diff options
Diffstat (limited to 'src/http/ngx_http.h')
-rw-r--r-- | src/http/ngx_http.h | 10 |
1 files changed, 1 insertions, 9 deletions
diff --git a/src/http/ngx_http.h b/src/http/ngx_http.h index 4a6e3ced2..c2608a34b 100644 --- a/src/http/ngx_http.h +++ b/src/http/ngx_http.h @@ -3,15 +3,7 @@ #include <ngx_config.h> - -#include <ngx_types.h> -#include <ngx_string.h> -#include <ngx_table.h> -#include <ngx_hunk.h> -#include <ngx_files.h> -#include <ngx_connection.h> -#include <ngx_conf_file.h> - +#include <ngx_core.h> #include <ngx_http_request.h> #include <ngx_http_config.h> #include <ngx_http_filter.h> |