Skip to content

Commit

Permalink
src: remove unused uv.h include in async-wrap.h
Browse files Browse the repository at this point in the history
I cannot find any usage of uv in the header and think that it can be
removed.

PR-URL: #12973
Reviewed-By: Anna Henningsen <anna@addaleax.net>
Reviewed-By: Sakthipriyan Vairamani <thechargingvolcano@gmail.com>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
  • Loading branch information
danbev committed May 15, 2017
1 parent 60f0dc7 commit 32f01c8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/async-wrap.h
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@
#if defined(NODE_WANT_INTERNALS) && NODE_WANT_INTERNALS

#include "base-object.h"
#include "uv.h"
#include "v8.h"

#include <stdint.h>
Expand Down

0 comments on commit 32f01c8

Please sign in to comment.