summaryrefslogtreecommitdiff
path: root/src/uv.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/uv.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/uv.cc')
-rw-r--r--src/uv.cc1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/uv.cc b/src/uv.cc
index 0c937e876f..bf50c88111 100644
--- a/src/uv.cc
+++ b/src/uv.cc
@@ -23,7 +23,6 @@
#include "env-inl.h"
#include "node.h"
#include "node_process.h"
-#include "util.h"
namespace node {