Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nginx/nginx.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIgor Sysoev <igor@sysoev.ru>2006-10-24 17:43:19 +0400
committerIgor Sysoev <igor@sysoev.ru>2006-10-24 17:43:19 +0400
commit3d7f00d41491067e93739c4ff2b851f64075d1e6 (patch)
tree587882353da409a4ba5ee4b7a578b773f52a8aa3 /src/core/ngx_core.h
parent7063343a6c80653adbf12e6959a029e154826f6b (diff)
axe src/core/ngx_unix_domain.*
Diffstat (limited to 'src/core/ngx_core.h')
-rw-r--r--src/core/ngx_core.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/core/ngx_core.h b/src/core/ngx_core.h
index 0a82d8b2a..7c1fbbdff 100644
--- a/src/core/ngx_core.h
+++ b/src/core/ngx_core.h
@@ -68,9 +68,6 @@ typedef void (*ngx_connection_handler_pt)(ngx_connection_t *c);
#include <ngx_event_openssl.h>
#endif
#include <ngx_inet.h>
-#if (NGX_HAVE_UNIX_DOMAIN)
-#include <ngx_unix_domain.h>
-#endif
#include <ngx_cycle.h>
#include <ngx_process_cycle.h>
#include <ngx_conf_file.h>