Merge pull request #1198 from atombender/master

Remove unused references to malloc.h
pull/1221/head
Michael Lumish 10 years ago
commit 0d8d958226
  1. 1
      src/node/ext/byte_buffer.cc
  2. 2
      src/node/ext/channel.cc
  3. 2
      src/node/ext/server.cc

@ -32,7 +32,6 @@
*/
#include <string.h>
#include <malloc.h>
#include <node.h>
#include <nan.h>

@ -31,8 +31,6 @@
*
*/
#include <malloc.h>
#include <vector>
#include <node.h>

@ -38,8 +38,6 @@
#include <node.h>
#include <nan.h>
#include <malloc.h>
#include <vector>
#include "grpc/grpc.h"
#include "grpc/grpc_security.h"

Loading…
Cancel
Save