summaryrefslogtreecommitdiff
path: root/src/node_http_parser_impl.h
diff options
context:
space:
mode:
authorJoyee Cheung <joyeec9h3@gmail.com>2019-01-13 17:17:26 +0800
committerDaniel Bevenius <daniel.bevenius@gmail.com>2019-01-21 07:54:42 +0100
commit1838d00eba30708dd8468a5707489d1ff6bb8a9d (patch)
treeb757b6c004602f22bab5063a38a9e2cdde1f7fa1 /src/node_http_parser_impl.h
parent8b2e861da1da827cf8c581efbfd126907df9b593 (diff)
downloadandroid-node-v8-1838d00eba30708dd8468a5707489d1ff6bb8a9d.tar.gz
android-node-v8-1838d00eba30708dd8468a5707489d1ff6bb8a9d.tar.bz2
android-node-v8-1838d00eba30708dd8468a5707489d1ff6bb8a9d.zip
src: reduce includes of node_internals.h
PR-URL: https://github.com/nodejs/node/pull/25507 Reviewed-By: Daniel Bevenius <daniel.bevenius@gmail.com> Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Anna Henningsen <anna@addaleax.net> Reviewed-By: James M Snell <jasnell@gmail.com>
Diffstat (limited to 'src/node_http_parser_impl.h')
-rw-r--r--src/node_http_parser_impl.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/node_http_parser_impl.h b/src/node_http_parser_impl.h
index 48d669a759..7a955cc1e9 100644
--- a/src/node_http_parser_impl.h
+++ b/src/node_http_parser_impl.h
@@ -27,7 +27,7 @@
#include "node.h"
#include "node_buffer.h"
-#include "node_internals.h"
+#include "util.h"
#include "async_wrap-inl.h"
#include "env-inl.h"