diff options
author | Nathan Herring <nherring@google.com> | 2018-09-11 09:31:39 +0200 |
---|---|---|
committer | Nathan Herring <nherring@google.com> | 2018-09-11 09:31:39 +0200 |
commit | 2d8c682cac54ff2f6024a4b629b1f12be41fca9e (patch) | |
tree | d2039cc4f2dac92fb628a2ff61461125654a98e8 /test/cpp/util | |
parent | 0cf90ae5067649e8cd24da1bc6123b7ea8385936 (diff) |
Revert "Missing #include"
This reverts commit 234fdc6fbf68aa6c29990db7c7ddcface3355cb5.
Diffstat (limited to 'test/cpp/util')
-rw-r--r-- | test/cpp/util/cli_credentials.cc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/test/cpp/util/cli_credentials.cc b/test/cpp/util/cli_credentials.cc index 3defd82443..d48b94ad85 100644 --- a/test/cpp/util/cli_credentials.cc +++ b/test/cpp/util/cli_credentials.cc @@ -24,7 +24,6 @@ #include <grpcpp/impl/codegen/slice.h> #include "src/core/lib/iomgr/load_file.h" -#include "src/core/lib/slice/slice_internal.h" DEFINE_bool( enable_ssl, false, |