Skip to content

Commit 4f8765d

Browse files
danbevcjihrig
authored andcommitted
src: remove unused includes in string_bytes.h
PR-URL: #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]>
1 parent f9b2099 commit 4f8765d

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

src/string_bytes.h

+1-3
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,7 @@
2727
// Decodes a v8::Local<v8::String> or Buffer to a raw char*
2828

2929
#include "v8.h"
30-
#include "node.h"
31-
#include "env-inl.h"
32-
#include "util.h"
30+
#include "env.h"
3331

3432
namespace node {
3533

0 commit comments

Comments
 (0)