aboutsummaryrefslogtreecommitdiff
path: root/src/core/ngx_core.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/ngx_core.h')
-rw-r--r--src/core/ngx_core.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/ngx_core.h b/src/core/ngx_core.h
index 2a112dded..ed6e3737a 100644
--- a/src/core/ngx_core.h
+++ b/src/core/ngx_core.h
@@ -19,6 +19,7 @@ typedef struct ngx_connection_s ngx_connection_t;
#include <ngx_time.h>
#include <ngx_socket.h>
#include <ngx_errno.h>
+#include <ngx_types.h>
#include <ngx_shared.h>
#include <ngx_process.h>
#include <ngx_thread.h>
@@ -31,7 +32,6 @@ typedef struct ngx_connection_s ngx_connection_t;
#include <ngx_buf.h>
#include <ngx_array.h>
#include <ngx_table.h>
-#include <ngx_types.h>
#include <ngx_file.h>
#include <ngx_files.h>
#include <ngx_crc.h>