summaryrefslogtreecommitdiff
path: root/src/node_report_module.cc
diff options
context:
space:
mode:
authorSam Roberts <vieuxtech@gmail.com>2019-05-09 12:52:38 -0700
committerMichaƫl Zasso <targos@protonmail.com>2019-05-14 17:33:07 +0200
commitae8b64df78806aef57b29cd0cfc4170067c970df (patch)
treed37bc17f644597e1871d0242efbc3bb91361ca5f /src/node_report_module.cc
parente736e20e8786f80cdbc11d7c9730c7d9428121b9 (diff)
downloadandroid-node-v8-ae8b64df78806aef57b29cd0cfc4170067c970df.tar.gz
android-node-v8-ae8b64df78806aef57b29cd0cfc4170067c970df.tar.bz2
android-node-v8-ae8b64df78806aef57b29cd0cfc4170067c970df.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_report_module.cc')
-rw-r--r--src/node_report_module.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/node_report_module.cc b/src/node_report_module.cc
index f303685adb..f35d23a06e 100644
--- a/src/node_report_module.cc
+++ b/src/node_report_module.cc
@@ -3,7 +3,7 @@
#include "node_internals.h"
#include "node_options.h"
#include "node_report.h"
-#include "util.h"
+#include "util-inl.h"
#include "handle_wrap.h"
#include "node_buffer.h"