summaryrefslogtreecommitdiff
path: root/src/node_crypto_clienthello.cc
diff options
context:
space:
mode:
authorDaniel Bevenius <daniel.bevenius@gmail.com>2017-05-18 08:56:35 +0200
committerDaniel Bevenius <daniel.bevenius@gmail.com>2017-05-22 05:45:45 +0200
commit7a15eefbba113cd0df99b420de1718aa7a01afa8 (patch)
treed4cdc25845596d17b4d10821c9f386f49b170b5f /src/node_crypto_clienthello.cc
parent8e47600aabf7a9f953f269037014b1257a474095 (diff)
downloadandroid-node-v8-7a15eefbba113cd0df99b420de1718aa7a01afa8.tar.gz
android-node-v8-7a15eefbba113cd0df99b420de1718aa7a01afa8.tar.bz2
android-node-v8-7a15eefbba113cd0df99b420de1718aa7a01afa8.zip
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 <anna@addaleax.net> Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Diffstat (limited to 'src/node_crypto_clienthello.cc')
-rw-r--r--src/node_crypto_clienthello.cc1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/node_crypto_clienthello.cc b/src/node_crypto_clienthello.cc
index c7c8dd7de4..dc3a692d53 100644
--- a/src/node_crypto_clienthello.cc
+++ b/src/node_crypto_clienthello.cc
@@ -21,7 +21,6 @@
#include "node_crypto_clienthello.h"
#include "node_crypto_clienthello-inl.h"
-#include "node_buffer.h" // Buffer
namespace node {