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
diff options
context:
space:
mode:
authorDaniel Bevenius <daniel.bevenius@gmail.com>2017-11-14 15:34:52 +0300
committerDaniel Bevenius <daniel.bevenius@gmail.com>2017-11-17 14:49:00 +0300
commit78447666ea2e70b32b082267fd3a6965ac80f6c2 (patch)
tree1c4f3930d85f4ffc8e02da9e264a2c8af2234261 /src/node_stat_watcher.h
parenta0aff57c5a5e46a2f93fc5bce50191993f98c673 (diff)
src: rename async-wrap -> async_wrap
This commit renames async-wrap to async_wrap for consitency with other c++ source files. PR-URL: https://github.com/nodejs/node/pull/17022 Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Refael Ackermann <refack@gmail.com> Reviewed-By: Anatoli Papirovski <apapirovski@mac.com>
Diffstat (limited to 'src/node_stat_watcher.h')
-rw-r--r--src/node_stat_watcher.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/node_stat_watcher.h b/src/node_stat_watcher.h
index df15f339d12..55f4307fdbc 100644
--- a/src/node_stat_watcher.h
+++ b/src/node_stat_watcher.h
@@ -25,7 +25,7 @@
#if defined(NODE_WANT_INTERNALS) && NODE_WANT_INTERNALS
#include "node.h"
-#include "async-wrap.h"
+#include "async_wrap.h"
#include "env.h"
#include "uv.h"
#include "v8.h"