Skip to content

Commit 54946b6

Browse files
committed
src: remove unused includes in string_bytes.h
PR-URL: nodejs#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 c52fe67 commit 54946b6

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

src/string_bytes.h

Lines changed: 1 addition & 3 deletions
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)