aboutsummaryrefslogtreecommitdiff
path: root/nginx/ngx_http_js_module.c
diff options
context:
space:
mode:
authorDmitry Volyntsev <xeioex@nginx.com>2018-04-27 14:21:39 +0300
committerDmitry Volyntsev <xeioex@nginx.com>2018-04-27 14:21:39 +0300
commitcd60036918646f0b92d556e3378d617e2e4cf9d4 (patch)
tree7f9d3b2b6192aecd97586930de7cb16b4d84c48b /nginx/ngx_http_js_module.c
parent0e1ae8aeea9b5df14599a4da00db87be835946f3 (diff)
downloadnjs-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.c7
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>