From 2d03e042e71e76734685215de8d5c6c32e94b3d0 Mon Sep 17 00:00:00 2001 From: Vijay Pai Date: Wed, 4 Feb 2015 11:07:23 -0800 Subject: [PATCH] Revert "Make this compile on mac by adding in header files currently used for posix," This reverts commit 883ae17420ff81bf311af0edb47abfd022c4b267. --- src/core/iomgr/wakeup_fd_nospecial.c | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/src/core/iomgr/wakeup_fd_nospecial.c b/src/core/iomgr/wakeup_fd_nospecial.c index a7b69744e2b..21e8074d50e 100644 --- a/src/core/iomgr/wakeup_fd_nospecial.c +++ b/src/core/iomgr/wakeup_fd_nospecial.c @@ -37,12 +37,11 @@ */ #include -#include "src/core/iomgr/wakeup_fd_posix.h" -#include "src/core/iomgr/wakeup_fd_pipe.h" -#include #ifndef GPR_POSIX_HAS_SPECIAL_WAKEUP_FD +#include "src/core/iomgr/wakeup_fd.h" + static int check_availability_invalid(void) { return 0; }