aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/lib/channel/handshaker_registry.h
diff options
context:
space:
mode:
authorGravatar Yash Tibrewal <yashkt@google.com>2018-03-14 15:33:57 -0700
committerGravatar Yash Tibrewal <yashkt@google.com>2018-03-14 15:33:57 -0700
commitc0cd82faedfdfc4af4931d008b07094c8911dfe5 (patch)
tree15952b63d11f7099be75c369f000eca528791272 /src/core/lib/channel/handshaker_registry.h
parentb62d77f05b158291061637984e0197475c3e8f1a (diff)
Remove unnecessary includes of exec_ctx.h
Diffstat (limited to 'src/core/lib/channel/handshaker_registry.h')
-rw-r--r--src/core/lib/channel/handshaker_registry.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/core/lib/channel/handshaker_registry.h b/src/core/lib/channel/handshaker_registry.h
index b42d61ff43..82ad9c5b9a 100644
--- a/src/core/lib/channel/handshaker_registry.h
+++ b/src/core/lib/channel/handshaker_registry.h
@@ -24,7 +24,6 @@
#include <grpc/impl/codegen/grpc_types.h>
#include "src/core/lib/channel/handshaker_factory.h"
-#include "src/core/lib/iomgr/exec_ctx.h"
typedef enum {
HANDSHAKER_CLIENT = 0,