aboutsummaryrefslogtreecommitdiff
path: root/src/http/ngx_http_special_response.c
diff options
context:
space:
mode:
authorIgor Sysoev <igor@sysoev.ru>2003-05-30 14:27:59 +0000
committerIgor Sysoev <igor@sysoev.ru>2003-05-30 14:27:59 +0000
commitaa3436c04c222d57498bfa34c9fdec50f07fd08d (patch)
treeffb90c3e0993917338dffd4ad98a9f0b0e55e13c /src/http/ngx_http_special_response.c
parent1393325df8b1f530bf5c257fde39c26e8333d8d7 (diff)
downloadnginx-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.c6
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>