From f6dfbcec76f423dfac16e6842f0c8dfd3e91bb92 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Juan=20Jos=C3=A9?= Date: Tue, 5 Oct 2021 06:01:25 -0500 Subject: [PATCH] unix: remove redundant include in unix.h (#3319) --- include/uv/unix.h | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/include/uv/unix.h b/include/uv/unix.h index e3cf7bdd..ea37d787 100644 --- a/include/uv/unix.h +++ b/include/uv/unix.h @@ -65,12 +65,10 @@ # include "uv/bsd.h" #elif defined(__CYGWIN__) || \ defined(__MSYS__) || \ + defined(__HAIKU__) || \ + defined(__QNX__) || \ defined(__GNU__) # include "uv/posix.h" -#elif defined(__HAIKU__) -# include "uv/posix.h" -#elif defined(__QNX__) -# include "uv/posix.h" #endif #ifndef NI_MAXHOST