From 2e23da1a12293e0336b794839241d8972d4a8107 Mon Sep 17 00:00:00 2001 From: Daniel Bevenius Date: Thu, 18 May 2017 08:56:35 +0200 Subject: [PATCH] src: remove unused node_buffer.h include I can't find any usage of Buffer in this file and think the include can be removed. PR-URL: https://github.com/nodejs/node/pull/13095 Reviewed-By: Anna Henningsen Reviewed-By: Colin Ihrig --- src/node_crypto_clienthello.cc | 1 - 1 file changed, 1 deletion(-) diff --git a/src/node_crypto_clienthello.cc b/src/node_crypto_clienthello.cc index 8c862c1b6a5198..365e61c4f73647 100644 --- a/src/node_crypto_clienthello.cc +++ b/src/node_crypto_clienthello.cc @@ -1,6 +1,5 @@ #include "node_crypto_clienthello.h" #include "node_crypto_clienthello-inl.h" -#include "node_buffer.h" // Buffer namespace node {