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>
pull/13164/head
Daniel Bevenius 2017-05-18 08:56:35 +02:00
parent 8e47600aab
commit 7a15eefbba
1 changed files with 0 additions and 1 deletions

View File

@ -21,7 +21,6 @@
#include "node_crypto_clienthello.h"
#include "node_crypto_clienthello-inl.h"
#include "node_buffer.h" // Buffer
namespace node {