From f73b0066acbcb763859f02e044abbc942e0a3893 Mon Sep 17 00:00:00 2001 From: Craig Tiller Date: Thu, 8 Oct 2015 15:05:34 -0700 Subject: [PATCH] Remove unnecessary include --- src/core/iomgr/fd_posix.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/core/iomgr/fd_posix.c b/src/core/iomgr/fd_posix.c index d5ece4f4777..231bc988a87 100644 --- a/src/core/iomgr/fd_posix.c +++ b/src/core/iomgr/fd_posix.c @@ -45,8 +45,6 @@ #include #include -#include "src/core/profiling/timers.h" - #define CLOSURE_NOT_READY ((grpc_closure *)0) #define CLOSURE_READY ((grpc_closure *)1)