summaryrefslogtreecommitdiffhomepage
path: root/src/http/ngx_http_get_time.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/http/ngx_http_get_time.c')
-rw-r--r--src/http/ngx_http_get_time.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/http/ngx_http_get_time.c b/src/http/ngx_http_get_time.c
index c83a5ba2a..45df008d1 100644
--- a/src/http/ngx_http_get_time.c
+++ b/src/http/ngx_http_get_time.c
@@ -1,8 +1,6 @@
-#include <nginx.h>
-
#include <ngx_config.h>
-#include <ngx_types.h>
+#include <ngx_core.h>
size_t ngx_http_get_time(char *buf, time_t t)