aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/iomgr
diff options
context:
space:
mode:
authorGravatar Craig Tiller <ctiller@google.com>2015-10-08 15:05:34 -0700
committerGravatar Craig Tiller <ctiller@google.com>2015-10-08 15:05:34 -0700
commitf73b0066acbcb763859f02e044abbc942e0a3893 (patch)
tree928254f8eadfa3b36d25b08becf344fbee4969de /src/core/iomgr
parentb37391ef45c330812d0e5e7a4720253facc8d524 (diff)
Remove unnecessary include
Diffstat (limited to 'src/core/iomgr')
-rw-r--r--src/core/iomgr/fd_posix.c2
1 files changed, 0 insertions, 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)