From c90a85649bff6095f6840e74a00ebd2fc7cfed65 Mon Sep 17 00:00:00 2001 From: Vijay Pai Date: Thu, 8 Mar 2018 21:20:24 -0800 Subject: Change grpc++ references in names to grpcpp --- test/cpp/codegen/codegen_test_full.cc | 2 +- test/cpp/codegen/proto_utils_test.cc | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) (limited to 'test/cpp/codegen') diff --git a/test/cpp/codegen/codegen_test_full.cc b/test/cpp/codegen/codegen_test_full.cc index 98792bde04..ccd310fc22 100644 --- a/test/cpp/codegen/codegen_test_full.cc +++ b/test/cpp/codegen/codegen_test_full.cc @@ -16,8 +16,8 @@ * */ -#include #include +#include #include namespace grpc { diff --git a/test/cpp/codegen/proto_utils_test.cc b/test/cpp/codegen/proto_utils_test.cc index b64f9a0d17..836d3d8076 100644 --- a/test/cpp/codegen/proto_utils_test.cc +++ b/test/cpp/codegen/proto_utils_test.cc @@ -16,11 +16,11 @@ * */ -#include -#include -#include #include #include +#include +#include +#include #include namespace grpc { -- cgit v1.2.3