Code cleanup

pull/19435/head
Moiz Haidry 6 years ago
parent 3ce20819cf
commit 63083d4472
  1. 1
      include/grpcpp/generic/generic_stub_impl.h
  2. 2
      src/cpp/client/insecure_credentials.cc
  3. 1
      test/cpp/util/create_test_channel.h

@ -21,6 +21,7 @@
#include <functional>
#include <grpcpp/client_context.h>
#include <grpcpp/support/async_stream.h>
#include <grpcpp/support/async_unary_call.h>
#include <grpcpp/support/byte_buffer.h>

@ -15,11 +15,11 @@
* limitations under the License.
*
*/
#include <grpcpp/security/credentials.h>
#include <grpc/grpc.h>
#include <grpc/support/log.h>
#include <grpcpp/channel.h>
#include <grpcpp/security/credentials.h>
#include <grpcpp/support/channel_arguments.h>
#include <grpcpp/support/config.h>
#include "src/cpp/client/create_channel_internal.h"

@ -35,6 +35,7 @@ class Channel;
namespace grpc {
namespace testing {
typedef enum { INSECURE = 0, TLS, ALTS } transport_security;
} // namespace testing

Loading…
Cancel
Save