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 BethGriggs committed Feb 6, 2020
1 parent 2697c0d commit 78098d3
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 78098d3

Please sign in to comment.