Skip to content

Commit

Permalink
src: remove unused includes in string_bytes.h
Browse files Browse the repository at this point in the history
PR-URL: #16606
Reviewed-By: Gireesh Punathil <gpunathi@in.ibm.com>
Reviewed-By: XadillaX <admin@xcoder.in>
Reviewed-By: Tobias Nießen <tniessen@tnie.de>
Reviewed-By: Gibson Fahnestock <gibfahn@gmail.com>
Reviewed-By: Joyee Cheung <joyeec9h3@gmail.com>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
  • Loading branch information
danbev authored and cjihrig committed Nov 6, 2017
1 parent f9b2099 commit 4f8765d
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 4f8765d

Please sign in to comment.