aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/cpp/util/test_credentials_provider.cc
diff options
context:
space:
mode:
authorGravatar Dan Born <dborn+github@google.com>2016-02-24 15:44:43 -0800
committerGravatar Dan Born <dborn+github@google.com>2016-02-24 15:44:43 -0800
commit53a94ef4e7f7f71158da3286cf447ad36dcc9633 (patch)
tree1fa2b308dac25a51c510f1c815c0ff50260688d3 /test/cpp/util/test_credentials_provider.cc
parent7275f364119db1d6af0f9487aabc05d84eb8e834 (diff)
Use standard include paths.
Diffstat (limited to 'test/cpp/util/test_credentials_provider.cc')
-rw-r--r--test/cpp/util/test_credentials_provider.cc5
1 files 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 {