Skip to content

Commit 3f1ca18

Browse files
aug2uagtargos
authored andcommitted
src: change header file in node_stat_watcher.cc
change src/node_stat_watcher.cc to import `env-inl.h` instead of `env.h`. PR-URL: #29976 Reviewed-By: Ben Noordhuis <[email protected]> Reviewed-By: Michaël Zasso <[email protected]> Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: Gireesh Punathil <[email protected]>
1 parent 3d9bf14 commit 3f1ca18

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/node_stat_watcher.cc

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
#include "memory_tracker-inl.h"
2323
#include "node_stat_watcher.h"
2424
#include "async_wrap-inl.h"
25-
#include "env.h"
25+
#include "env-inl.h"
2626
#include "node_file-inl.h"
2727
#include "util-inl.h"
2828

0 commit comments

Comments
 (0)