From 53a94ef4e7f7f71158da3286cf447ad36dcc9633 Mon Sep 17 00:00:00 2001 From: Dan Born <dborn+github@google.com> Date: Wed, 24 Feb 2016 15:44:43 -0800 Subject: [PATCH] Use standard include paths. --- test/cpp/util/test_credentials_provider.cc | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/test/cpp/util/test_credentials_provider.cc b/test/cpp/util/test_credentials_provider.cc index 5c9816f853..cfd3ebbb11 100644 --- a/test/cpp/util/test_credentials_provider.cc +++ b/test/cpp/util/test_credentials_provider.cc @@ -34,8 +34,9 @@ #include "test/cpp/util/test_credentials_provider.h" -#include "include/grpc/impl/codegen/sync_posix.h" -#include "include/grpc++/impl/codegen/sync_no_cxx11.h" +#include <grpc/support/sync.h> +#include <grpc++/impl/sync.h> + #include "test/core/end2end/data/ssl_test_data.h" namespace { -- GitLab