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>
This commit is contained in:
Daniel Bevenius 2018-03-14 10:56:00 +01:00
parent 3802e43c0f
commit 9f3e5a0941

View File

@ -23,7 +23,6 @@
#include "env-inl.h"
#include "util-inl.h"
#include "uv.h"
#include "v8.h"
#include "v8-profiler.h"