From cd13f1797103f1421c6916d1b68e400f7e274c83 Mon Sep 17 00:00:00 2001 From: Daniel Bevenius Date: Mon, 30 Oct 2017 08:54:49 +0100 Subject: [PATCH] src: remove unused includes in string_bytes.h MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit PR-URL: https://github.com/nodejs/node/pull/16606 Reviewed-By: Gireesh Punathil Reviewed-By: XadillaX Reviewed-By: Tobias Nießen Reviewed-By: Gibson Fahnestock Reviewed-By: Joyee Cheung Reviewed-By: Colin Ihrig --- src/string_bytes.h | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/string_bytes.h b/src/string_bytes.h index 0e38e017ab..17bbd80c0a 100644 --- a/src/string_bytes.h +++ b/src/string_bytes.h @@ -27,9 +27,7 @@ // Decodes a v8::Local or Buffer to a raw char* #include "v8.h" -#include "node.h" -#include "env-inl.h" -#include "util.h" +#include "env.h" namespace node {