summaryrefslogtreecommitdiff
path: root/src/http/ngx_http.h
diff options
context:
space:
mode:
authorRuslan Ermilov <ru@nginx.com>2015-03-20 06:45:32 +0300
committerRuslan Ermilov <ru@nginx.com>2015-03-20 06:45:32 +0300
commitbabd64e344331ec4751dcb191eb4e847e3b36a4a (patch)
tree2cca995413d2fd21804f4b1c4b7ff2fb231c0887 /src/http/ngx_http.h
parentf8d10849adcac3cbae03aa520660e7b80433bb7a (diff)
downloadnginx-babd64e344331ec4751dcb191eb4e847e3b36a4a.tar.gz
Removed busy locks.
Diffstat (limited to 'src/http/ngx_http.h')
-rw-r--r--src/http/ngx_http.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/http/ngx_http.h b/src/http/ngx_http.h
index 935c9cc1c..fa7d13b50 100644
--- a/src/http/ngx_http.h
+++ b/src/http/ngx_http.h
@@ -36,7 +36,6 @@ typedef u_char *(*ngx_http_log_handler_pt)(ngx_http_request_t *r,
#include <ngx_http_script.h>
#include <ngx_http_upstream.h>
#include <ngx_http_upstream_round_robin.h>
-#include <ngx_http_busy_lock.h>
#include <ngx_http_core_module.h>
#if (NGX_HTTP_SPDY)