aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/core/fling/fling_stream_test.c
diff options
context:
space:
mode:
authorGravatar Craig Tiller <craig.tiller@gmail.com>2015-01-23 12:54:05 -0800
committerGravatar Craig Tiller <craig.tiller@gmail.com>2015-01-23 12:54:05 -0800
commit485d77628d0ce8889a420576d5bc41ccbbf48963 (patch)
treeb657a3ac344f57508792269e14504578969a7e80 /test/core/fling/fling_stream_test.c
parent1fa4e15f7e935b06f1fc6bb3613ab1eab7028c61 (diff)
Move string.h to internal code
Diffstat (limited to 'test/core/fling/fling_stream_test.c')
-rw-r--r--test/core/fling/fling_stream_test.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/core/fling/fling_stream_test.c b/test/core/fling/fling_stream_test.c
index f6fe69824b..7f52fb1bad 100644
--- a/test/core/fling/fling_stream_test.c
+++ b/test/core/fling/fling_stream_test.c
@@ -41,9 +41,9 @@
#include <sys/types.h>
#include <sys/wait.h>
+#include "src/core/support/string.h"
#include <grpc/support/alloc.h>
#include <grpc/support/host_port.h>
-#include <grpc/support/string.h>
#include "test/core/util/port.h"
int main(int argc, char **argv) {