diff options
| author | Igor Sysoev <igor@sysoev.ru> | 2003-06-02 15:24:30 +0000 |
|---|---|---|
| committer | Igor Sysoev <igor@sysoev.ru> | 2003-06-02 15:24:30 +0000 |
| commit | 7578ec9df43bbb31db5291f1b76359d10900a679 (patch) | |
| tree | 87d7b3cb729c0e07b21d52737fd76e12a0c17d72 /src/http/ngx_http_get_time.c | |
| parent | aa3436c04c222d57498bfa34c9fdec50f07fd08d (diff) | |
| download | nginx-7578ec9df43bbb31db5291f1b76359d10900a679.tar.gz nginx-7578ec9df43bbb31db5291f1b76359d10900a679.tar.bz2 | |
nginx-0.0.1-2003-06-02-19:24:30 import
Diffstat (limited to 'src/http/ngx_http_get_time.c')
| -rw-r--r-- | src/http/ngx_http_get_time.c | 4 |
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) |
