diff options
author | Igor Sysoev <igor@sysoev.ru> | 2003-05-30 14:27:59 +0000 |
---|---|---|
committer | Igor Sysoev <igor@sysoev.ru> | 2003-05-30 14:27:59 +0000 |
commit | aa3436c04c222d57498bfa34c9fdec50f07fd08d (patch) | |
tree | ffb90c3e0993917338dffd4ad98a9f0b0e55e13c /src/http/ngx_http_special_response.c | |
parent | 1393325df8b1f530bf5c257fde39c26e8333d8d7 (diff) | |
download | nginx-aa3436c04c222d57498bfa34c9fdec50f07fd08d.tar.gz nginx-aa3436c04c222d57498bfa34c9fdec50f07fd08d.zip |
nginx-0.0.1-2003-05-30-18:27:59 import
Diffstat (limited to 'src/http/ngx_http_special_response.c')
-rw-r--r-- | src/http/ngx_http_special_response.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/http/ngx_http_special_response.c b/src/http/ngx_http_special_response.c index 4d9bba99f..1b71352da 100644 --- a/src/http/ngx_http_special_response.c +++ b/src/http/ngx_http_special_response.c @@ -1,9 +1,9 @@ -#include <nginx.h> - #include <ngx_config.h> #include <ngx_core.h> -#include <ngx_string.h> + +#include <nginx.h> + #include <ngx_http.h> #include <ngx_http_output_filter.h> |