aboutsummaryrefslogtreecommitdiffhomepage
path: root/test
diff options
context:
space:
mode:
authorGravatar nnoble <nnoble@google.com>2015-01-07 01:19:35 -0800
committerGravatar Nicolas Noble <nnoble@google.com>2015-01-07 01:29:22 -0800
commit9f312b49e8558ab6ec7a59f8fef01c42af4bd598 (patch)
tree909022a03162b736670acdca1f31f856baf741c1 /test
parent3d726cfcd26948ff695faa1cf202ae3e4a5de770 (diff)
Fixing include paths for cmdline.
Diffstat (limited to 'test')
-rw-r--r--test/core/support/cmdline_test.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/test/core/support/cmdline_test.c b/test/core/support/cmdline_test.c
index 62aac4bf89..91035a662b 100644
--- a/test/core/support/cmdline_test.c
+++ b/test/core/support/cmdline_test.c
@@ -31,13 +31,13 @@
*
*/
-#include "net/grpc/c/public/support/cmdline.h"
+#include <grpc/support/cmdline.h>
#include <string.h>
-#include "net/grpc/c/public/support/log.h"
-#include "net/grpc/c/public/support/useful.h"
-#include "net/grpc/c/test/util/test_config.h"
+#include <grpc/support/log.h>
+#include <grpc/support/useful.h>
+#include "test/core/util/test_config.h"
#define LOG_TEST() gpr_log(GPR_INFO, "%s", __FUNCTION__)