Skip to content

Commit

Permalink
src: remove unused includes in string_bytes.h
Browse files Browse the repository at this point in the history
  • Loading branch information
danbev committed Oct 30, 2017
1 parent ab2c351 commit 68ee77f
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/string_bytes.h
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,7 @@
// Decodes a v8::Local<v8::String> or Buffer to a raw char*

#include "v8.h"
#include "node.h"
#include "env-inl.h"
#include "util.h"
#include "env.h"

namespace node {

Expand Down

0 comments on commit 68ee77f

Please sign in to comment.