summaryrefslogtreecommitdiff
path: root/src/node_i18n.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_i18n.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_i18n.h')
-rw-r--r--src/node_i18n.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/node_i18n.h b/src/node_i18n.h
index 7faa5e57ef..a0a398ac81 100644
--- a/src/node_i18n.h
+++ b/src/node_i18n.h
@@ -24,7 +24,8 @@
#if defined(NODE_WANT_INTERNALS) && NODE_WANT_INTERNALS
-#include "node_internals.h"
+#include "util.h"
+
#include <string>
#if defined(NODE_HAVE_I18N_SUPPORT)