Skip to content
This repository has been archived by the owner on Aug 31, 2018. It is now read-only.

Commit

Permalink
src: remove unused includes in string_bytes.h
Browse files Browse the repository at this point in the history
PR-URL: nodejs/node#16606
Reviewed-By: Gireesh Punathil <[email protected]>
Reviewed-By: XadillaX <[email protected]>
Reviewed-By: Tobias Nießen <[email protected]>
Reviewed-By: Gibson Fahnestock <[email protected]>
Reviewed-By: Joyee Cheung <[email protected]>
Reviewed-By: Colin Ihrig <[email protected]>
  • Loading branch information
danbev authored and Qard committed Nov 2, 2017
1 parent 1f19d4d commit cd13f17
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 cd13f17

Please sign in to comment.