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/node_zlib.cc | 3 --- 1 file changed, 3 deletions(-) (limited to 'src/node_zlib.cc') diff --git a/src/node_zlib.cc b/src/node_zlib.cc index 9358318160..067e8d96a0 100644 --- a/src/node_zlib.cc +++ b/src/node_zlib.cc @@ -22,11 +22,8 @@ #include "node.h" #include "node_buffer.h" -#include "async-wrap.h" #include "async-wrap-inl.h" -#include "env.h" #include "env-inl.h" -#include "util.h" #include "util-inl.h" #include "v8.h" -- cgit v1.2.3