Skip to content

Commit 32f01c8

Browse files
committed
src: remove unused uv.h include in async-wrap.h
I cannot find any usage of uv in the header and think that it can be removed. PR-URL: #12973 Reviewed-By: Anna Henningsen <[email protected]> Reviewed-By: Sakthipriyan Vairamani <[email protected]> Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: James M Snell <[email protected]>
1 parent 60f0dc7 commit 32f01c8

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/async-wrap.h

-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@
2525
#if defined(NODE_WANT_INTERNALS) && NODE_WANT_INTERNALS
2626

2727
#include "base-object.h"
28-
#include "uv.h"
2928
#include "v8.h"
3029

3130
#include <stdint.h>

0 commit comments

Comments
 (0)