From f2064dfc1fee2daa0537bc27d79d5aa0f734faaf Mon Sep 17 00:00:00 2001 From: Refael Ackermann Date: Mon, 25 Feb 2019 17:27:19 -0500 Subject: src: de-lint header usage PR-URL: https://github.com/nodejs/node/pull/26306 Reviewed-By: Gireesh Punathil --- src/util.cc | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'src/util.cc') diff --git a/src/util.cc b/src/util.cc index 223e0e8772..f070401934 100644 --- a/src/util.cc +++ b/src/util.cc @@ -19,14 +19,17 @@ // OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE // USE OR OTHER DEALINGS IN THE SOFTWARE. -#include -#include +#include "util.h" + #include "node_buffer.h" #include "node_errors.h" #include "node_internals.h" #include "string_bytes.h" #include "uv.h" +#include +#include + namespace node { using v8::ArrayBufferView; -- cgit v1.2.3