src: tidy up include headers in env.cc · nodejs/node@ea7e2c0 (original) (raw)
Navigation Menu
- Explore
- Pricing
Provide feedback
Saved searches
Use saved searches to filter your results more quickly
Commit ea7e2c0
authored and
committed
src: tidy up include headers in env.cc
PR-URL: #26815Reviewed-By: Refael Ackermann refack@gmail.com
File tree
1 file changed
lines changed
1 file changed
lines changed
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -8,7 +8,6 @@ | ||
8 | 8 | #include "node_internals.h" |
9 | 9 | #include "node_native_module.h" |
10 | 10 | #include "node_options-inl.h" |
11 | -#include "node_platform.h" | |
12 | 11 | #include "node_process.h" |
13 | 12 | #include "node_v8_platform-inl.h" |
14 | 13 | #include "node_worker.h" |