aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/core/util/test_config.cc
diff options
context:
space:
mode:
Diffstat (limited to 'test/core/util/test_config.cc')
-rw-r--r--test/core/util/test_config.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/core/util/test_config.cc b/test/core/util/test_config.cc
index 6b410440c2..e381be6842 100644
--- a/test/core/util/test_config.cc
+++ b/test/core/util/test_config.cc
@@ -29,6 +29,7 @@
#include "src/core/lib/gpr/env.h"
#include "src/core/lib/gpr/string.h"
+#include "src/core/lib/gpr/useful.h"
int64_t g_fixture_slowdown_factor = 1;
int64_t g_poller_slowdown_factor = 1;
@@ -196,7 +197,6 @@ static void install_crash_handler() {
#elif GPR_POSIX_CRASH_HANDLER
#include <errno.h>
#include <execinfo.h>
-#include <grpc/support/useful.h>
#include <stdio.h>
#include <string.h>