From f73b0066acbcb763859f02e044abbc942e0a3893 Mon Sep 17 00:00:00 2001
From: Craig Tiller <ctiller@google.com>
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 d5ece4f477..231bc988a8 100644
--- a/src/core/iomgr/fd_posix.c
+++ b/src/core/iomgr/fd_posix.c
@@ -45,8 +45,6 @@
 #include <grpc/support/log.h>
 #include <grpc/support/useful.h>
 
-#include "src/core/profiling/timers.h"
-
 #define CLOSURE_NOT_READY ((grpc_closure *)0)
 #define CLOSURE_READY ((grpc_closure *)1)
 
-- 
GitLab