From 4f8765d4c8e8f0c7177acc7adb0d0416ba161972 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 0e38e017ab2f41..17bbd80c0ab1c2 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 {