diff options
author | Igor Sysoev <igor@sysoev.ru> | 2008-09-05 15:43:34 +0000 |
---|---|---|
committer | Igor Sysoev <igor@sysoev.ru> | 2008-09-05 15:43:34 +0000 |
commit | dfc8dadd04c7150d0f074bf650fab7beb4593513 (patch) | |
tree | be0253a03cd2d85767f833d8f662f7265c0ce4cb /src/core/ngx_core.h | |
parent | 5d4e80b8fbfff6d2ab3948b19c5711cc03211e6d (diff) | |
download | nginx-dfc8dadd04c7150d0f074bf650fab7beb4593513.tar.gz nginx-dfc8dadd04c7150d0f074bf650fab7beb4593513.zip |
*) autoconfigure struct dirent capabilities
*) move src/os/.../ngx_types.h's content into src/os/.../ngx_files.h and
delete src/os/.../ngx_types.h
Diffstat (limited to 'src/core/ngx_core.h')
-rw-r--r-- | src/core/ngx_core.h | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/src/core/ngx_core.h b/src/core/ngx_core.h index 24ffc3d9e..d5f18b84c 100644 --- a/src/core/ngx_core.h +++ b/src/core/ngx_core.h @@ -40,11 +40,11 @@ typedef void (*ngx_connection_handler_pt)(ngx_connection_t *c); #include <ngx_rbtree.h> #include <ngx_time.h> #include <ngx_socket.h> -#include <ngx_types.h> +#include <ngx_string.h> +#include <ngx_files.h> #include <ngx_shmem.h> #include <ngx_process.h> #include <ngx_user.h> -#include <ngx_string.h> #include <ngx_parse.h> #include <ngx_log.h> #include <ngx_alloc.h> @@ -55,7 +55,6 @@ typedef void (*ngx_connection_handler_pt)(ngx_connection_t *c); #include <ngx_list.h> #include <ngx_hash.h> #include <ngx_file.h> -#include <ngx_files.h> #include <ngx_crc.h> #include <ngx_crc32.h> #if (NGX_PCRE) |