From 5e37f99605b9f84eb2f63ad5f45f6a7c2512735e Mon Sep 17 00:00:00 2001 From: Daniel Bevenius Date: Wed, 14 Mar 2018 10:56:00 +0100 Subject: [PATCH] src: remove unused uv.h include from async_wrap.cc --- src/async_wrap.cc | 1 - 1 file changed, 1 deletion(-) diff --git a/src/async_wrap.cc b/src/async_wrap.cc index 83882d9f805710..54ebef6b03cace 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"