Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorReza Fatahi <aug2uag@gmail.com>2019-12-01 04:22:44 +0300
committerMichaël Zasso <targos@protonmail.com>2019-12-02 13:11:27 +0300
commite65ad865c6dd19c5ef2263b11109430f8f853f7d (patch)
tree3001eff1a43e0e0c8e5ce3d5a3126ec220bb4c23 /src
parent1e199ceb71397149b2ed07354dfde66f26f40433 (diff)
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: https://github.com/nodejs/node/pull/29976 Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl> Reviewed-By: Michaël Zasso <targos@protonmail.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Gireesh Punathil <gpunathi@in.ibm.com>
Diffstat (limited to 'src')
-rw-r--r--src/node_stat_watcher.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/node_stat_watcher.cc b/src/node_stat_watcher.cc
index a3f4ef8f505..0d67eceed54 100644
--- a/src/node_stat_watcher.cc
+++ b/src/node_stat_watcher.cc
@@ -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"