aboutsummaryrefslogtreecommitdiff
path: root/nginx/ngx_js.h
diff options
context:
space:
mode:
Diffstat (limited to 'nginx/ngx_js.h')
-rw-r--r--nginx/ngx_js.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/nginx/ngx_js.h b/nginx/ngx_js.h
index ceb82f74..122881af 100644
--- a/nginx/ngx_js.h
+++ b/nginx/ngx_js.h
@@ -16,8 +16,6 @@
#include <njs.h>
#include <njs_rbtree.h>
#include <njs_arr.h>
-#include "ngx_js_fetch.h"
-#include "ngx_js_shared_dict.h"
#if (NJS_HAVE_QUICKJS)
#include <qjs.h>
@@ -440,4 +438,7 @@ extern njs_module_t njs_xml_module;
extern njs_module_t njs_zlib_module;
+#include "ngx_js_fetch.h"
+#include "ngx_js_shared_dict.h"
+
#endif /* _NGX_JS_H_INCLUDED_ */