aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/core/compression
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 /test/core/compression
parentb62d77f05b158291061637984e0197475c3e8f1a (diff)
Remove unnecessary includes of exec_ctx.h
Diffstat (limited to 'test/core/compression')
-rw-r--r--test/core/compression/algorithm_test.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/core/compression/algorithm_test.cc b/test/core/compression/algorithm_test.cc
index 3dcddf3e67..8989a41989 100644
--- a/test/core/compression/algorithm_test.cc
+++ b/test/core/compression/algorithm_test.cc
@@ -24,6 +24,7 @@
#include <grpc/grpc.h>
#include <grpc/support/log.h>
+#include "src/core/lib/iomgr/exec_ctx.h"
#include "src/core/lib/slice/slice_internal.h"
#include "src/core/lib/transport/static_metadata.h"
#include "test/core/util/test_config.h"