aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/lib/iomgr/exec_ctx.h
diff options
context:
space:
mode:
authorGravatar Vijay Pai <vpai@google.com>2018-01-25 21:02:26 -0800
committerGravatar Vijay Pai <vpai@google.com>2018-01-25 22:12:28 -0800
commitb6cf123717b8f6e405f62dd12cb6c43664e0680a (patch)
tree6b3e2c569288f7fc56728d870f3cae5195cb4969 /src/core/lib/iomgr/exec_ctx.h
parente0adbb6c2e714b06dfa42becae97dfe5ae79d2cb (diff)
Privatize thread-local storage headers
Diffstat (limited to 'src/core/lib/iomgr/exec_ctx.h')
-rw-r--r--src/core/lib/iomgr/exec_ctx.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/lib/iomgr/exec_ctx.h b/src/core/lib/iomgr/exec_ctx.h
index 2e71482fb7..3d9a157627 100644
--- a/src/core/lib/iomgr/exec_ctx.h
+++ b/src/core/lib/iomgr/exec_ctx.h
@@ -22,8 +22,8 @@
#include <grpc/support/atm.h>
#include <grpc/support/cpu.h>
#include <grpc/support/log.h>
-#include <grpc/support/tls.h>
+#include "src/core/lib/gpr/tls.h"
#include "src/core/lib/iomgr/closure.h"
typedef gpr_atm grpc_millis;