diff options
Diffstat (limited to 'src/core/ngx_file.h')
-rw-r--r-- | src/core/ngx_file.h | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/src/core/ngx_file.h b/src/core/ngx_file.h index 442f843b6..6f521c251 100644 --- a/src/core/ngx_file.h +++ b/src/core/ngx_file.h @@ -2,11 +2,9 @@ #define _NGX_FILE_H_INCLUDED_ -#include <ngx_log.h> -#include <ngx_alloc.h> -#include <ngx_string.h> +#include <ngx_config.h> +#include <ngx_core.h> -typedef struct ngx_file_s ngx_file_t; struct ngx_file_s { ngx_fd_t fd; |