From cdb263d3baebfe366fb817c6ae14202f8832c04d Mon Sep 17 00:00:00 2001 From: Joyee Cheung Date: Fri, 27 Oct 2017 16:10:02 +0800 Subject: src: do not include x.h if x-inl.h is included PR-URL: https://github.com/nodejs/node/pull/16548 Fixes: https://github.com/nodejs/node/issues/16519 Reviewed-By: Ben Noordhuis Reviewed-By: Gireesh Punathil Reviewed-By: Daniel Bevenius Reviewed-By: Gibson Fahnestock Reviewed-By: Colin Ihrig --- src/connection_wrap.cc | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/connection_wrap.cc') diff --git a/src/connection_wrap.cc b/src/connection_wrap.cc index a7f08ecc19..b620c387ff 100644 --- a/src/connection_wrap.cc +++ b/src/connection_wrap.cc @@ -2,11 +2,9 @@ #include "connect_wrap.h" #include "env-inl.h" -#include "env.h" #include "pipe_wrap.h" #include "stream_wrap.h" #include "tcp_wrap.h" -#include "util.h" #include "util-inl.h" namespace node { -- cgit v1.2.3