Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam Roberts <vieuxtech@gmail.com>2019-05-09 22:52:38 +0300
committerSam Roberts <vieuxtech@gmail.com>2019-05-13 23:43:26 +0300
commitb6bfc193788b1838bee73d584fe089e1104b9f88 (patch)
tree751f652414b55521271b2acd8e8edb05bbdf9ee4 /src/inspector_js_api.cc
parentd3c2287e59fce447bc4624821bd0ebb394014b90 (diff)
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/inspector_js_api.cc')
-rw-r--r--src/inspector_js_api.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/inspector_js_api.cc b/src/inspector_js_api.cc
index 4948bd8797a..5caf3fa09a4 100644
--- a/src/inspector_js_api.cc
+++ b/src/inspector_js_api.cc
@@ -1,6 +1,7 @@
#include "base_object-inl.h"
#include "inspector_agent.h"
#include "inspector_io.h"
+#include "util-inl.h"
#include "v8.h"
#include "v8-inspector.h"