diff options
author | Ruslan Ermilov <ru@nginx.com> | 2015-03-20 06:45:32 +0300 |
---|---|---|
committer | Ruslan Ermilov <ru@nginx.com> | 2015-03-20 06:45:32 +0300 |
commit | babd64e344331ec4751dcb191eb4e847e3b36a4a (patch) | |
tree | 2cca995413d2fd21804f4b1c4b7ff2fb231c0887 /src/http/ngx_http.h | |
parent | f8d10849adcac3cbae03aa520660e7b80433bb7a (diff) | |
download | nginx-babd64e344331ec4751dcb191eb4e847e3b36a4a.tar.gz |
Removed busy locks.
Diffstat (limited to 'src/http/ngx_http.h')
-rw-r--r-- | src/http/ngx_http.h | 1 |
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) |