diff options
author | Dmitry Volyntsev <xeioex@nginx.com> | 2018-04-27 14:21:39 +0300 |
---|---|---|
committer | Dmitry Volyntsev <xeioex@nginx.com> | 2018-04-27 14:21:39 +0300 |
commit | cd60036918646f0b92d556e3378d617e2e4cf9d4 (patch) | |
tree | 7f9d3b2b6192aecd97586930de7cb16b4d84c48b /nginx/ngx_http_js_module.c | |
parent | 0e1ae8aeea9b5df14599a4da00db87be835946f3 (diff) | |
download | njs-cd60036918646f0b92d556e3378d617e2e4cf9d4.tar.gz njs-cd60036918646f0b92d556e3378d617e2e4cf9d4.zip |
Added njs_core.h
Diffstat (limited to 'nginx/ngx_http_js_module.c')
-rw-r--r-- | nginx/ngx_http_js_module.c | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/nginx/ngx_http_js_module.c b/nginx/ngx_http_js_module.c index fa7a03d6..3dc12d46 100644 --- a/nginx/ngx_http_js_module.c +++ b/nginx/ngx_http_js_module.c @@ -9,13 +9,6 @@ #include <ngx_core.h> #include <ngx_http.h> -#include <nxt_auto_config.h> -#include <nxt_types.h> -#include <nxt_clang.h> -#include <nxt_string.h> -#include <nxt_stub.h> -#include <nxt_array.h> - #include <njscript.h> |