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>2018-03-14 12:56:00 +0300
committerDaniel Bevenius <daniel.bevenius@gmail.com>2018-03-16 10:11:07 +0300
commit9f3e5a09418b70df8c1bb9f5ec4ed9e08954c946 (patch)
tree2775908caa37b3b2830eed4572266de98c25ba83 /src/async_wrap.cc
parent3802e43c0fa9ba38aa9528e6be0753c80b528eba (diff)
src: remove unused uv.h include from async_wrap.cc
PR-URL: https://github.com/nodejs/node/pull/19342 Reviewed-By: Michaël Zasso <targos@protonmail.com> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Richard Lau <riclau@uk.ibm.com> Reviewed-By: Tobias Nießen <tniessen@tnie.de> Reviewed-By: Khaidi Chu <i@2333.moe>
Diffstat (limited to 'src/async_wrap.cc')
-rw-r--r--src/async_wrap.cc1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/async_wrap.cc b/src/async_wrap.cc
index 554080945c8..404873c4d2a 100644
--- a/src/async_wrap.cc
+++ b/src/async_wrap.cc
@@ -23,7 +23,6 @@
#include "env-inl.h"
#include "util-inl.h"
-#include "uv.h"
#include "v8.h"
#include "v8-profiler.h"