summaryrefslogtreecommitdiff
path: root/src/node_errors.h
diff options
context:
space:
mode:
authorSam Roberts <vieuxtech@gmail.com>2019-05-09 12:52:38 -0700
committerSam Roberts <vieuxtech@gmail.com>2019-05-13 13:43:26 -0700
commitb6bfc193788b1838bee73d584fe089e1104b9f88 (patch)
tree751f652414b55521271b2acd8e8edb05bbdf9ee4 /src/node_errors.h
parentd3c2287e59fce447bc4624821bd0ebb394014b90 (diff)
downloadandroid-node-v8-b6bfc193788b1838bee73d584fe089e1104b9f88.tar.gz
android-node-v8-b6bfc193788b1838bee73d584fe089e1104b9f88.tar.bz2
android-node-v8-b6bfc193788b1838bee73d584fe089e1104b9f88.zip
src: remove util-inl.h from header files
Its intended that *-inl.h header files are only included into the src files that call the inline methods. Explicitly include it into the files that need it. PR-URL: https://github.com/nodejs/node/pull/27631 Reviewed-By: Joyee Cheung <joyeec9h3@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Rich Trott <rtrott@gmail.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Diffstat (limited to 'src/node_errors.h')
-rw-r--r--src/node_errors.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/node_errors.h b/src/node_errors.h
index 49575f0bd1..7162d05c1a 100644
--- a/src/node_errors.h
+++ b/src/node_errors.h
@@ -4,8 +4,8 @@
#if defined(NODE_WANT_INTERNALS) && NODE_WANT_INTERNALS
#include "node.h"
-#include "util-inl.h"
-#include "env-inl.h"
+#include "util.h"
+#include "env.h"
#include "v8.h"
// Use ostringstream to print exact-width integer types