aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/core/support/env_test.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/core/support/env_test.c')
-rw-r--r--test/core/support/env_test.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/core/support/env_test.c b/test/core/support/env_test.c
index 69aebcc918..bd6a8bdf9d 100644
--- a/test/core/support/env_test.c
+++ b/test/core/support/env_test.c
@@ -37,8 +37,8 @@
#include <grpc/support/alloc.h>
#include <grpc/support/log.h>
-#include "src/core/support/env.h"
-#include "src/core/support/string.h"
+#include "src/core/lib/support/env.h"
+#include "src/core/lib/support/string.h"
#include "test/core/util/test_config.h"
#define LOG_TEST_NAME(x) gpr_log(GPR_INFO, "%s", x)