Skip to content

Commit

Permalink
src: change header file in node_stat_watcher.cc
Browse files Browse the repository at this point in the history
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]>
  • Loading branch information
aug2uag authored and targos committed Dec 2, 2019
1 parent 1e199ce commit e65ad86
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/node_stat_watcher.cc
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
#include "memory_tracker-inl.h"
#include "node_stat_watcher.h"
#include "async_wrap-inl.h"
#include "env.h"
#include "env-inl.h"
#include "node_file-inl.h"
#include "util-inl.h"

Expand Down

0 comments on commit e65ad86

Please sign in to comment.