aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/core/support/load_file_test.c
diff options
context:
space:
mode:
authorGravatar Craig Tiller <ctiller@google.com>2016-03-28 15:27:14 -0700
committerGravatar Craig Tiller <ctiller@google.com>2016-03-28 15:27:14 -0700
commit687db88fb201084611ad858abddd4fab3a400011 (patch)
tree2ca2db2e66b935c8098624ccdc3de99fcd4b11f6 /test/core/support/load_file_test.c
parent039021f5ef3ed5c2d3eef1f360f009ba873cf757 (diff)
parente5cc05b5c6cee7026a0d28d39925621451506820 (diff)
Merge github.com:grpc/grpc into we-are-never-ever-ever
Diffstat (limited to 'test/core/support/load_file_test.c')
-rw-r--r--test/core/support/load_file_test.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/test/core/support/load_file_test.c b/test/core/support/load_file_test.c
index a14fdc656e..6bc7b90058 100644
--- a/test/core/support/load_file_test.c
+++ b/test/core/support/load_file_test.c
@@ -38,9 +38,9 @@
#include <grpc/support/log.h>
#include <grpc/support/slice.h>
-#include "src/core/support/load_file.h"
-#include "src/core/support/string.h"
-#include "src/core/support/tmpfile.h"
+#include "src/core/lib/support/load_file.h"
+#include "src/core/lib/support/string.h"
+#include "src/core/lib/support/tmpfile.h"
#include "test/core/util/test_config.h"
#define LOG_TEST_NAME(x) gpr_log(GPR_INFO, "%s", x)