diff options
author | Yash Tibrewal <yashkt@google.com> | 2017-10-25 17:04:35 -0700 |
---|---|---|
committer | Yash Tibrewal <yashkt@google.com> | 2017-10-25 17:04:35 -0700 |
commit | 39aed1ae8bd0f7584ded63e2c90cb506da40c48d (patch) | |
tree | 2634fa34138b7bcfa889dcf5cac74f1cdb8516a0 /test/cpp/grpclb | |
parent | af922468dd54023d221c9683209f5cda4c951a93 (diff) |
Remove unnecessary extern Cs
Diffstat (limited to 'test/cpp/grpclb')
-rw-r--r-- | test/cpp/grpclb/grpclb_test.cc | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/test/cpp/grpclb/grpclb_test.cc b/test/cpp/grpclb/grpclb_test.cc index e740ea513a..0fadc256ec 100644 --- a/test/cpp/grpclb/grpclb_test.cc +++ b/test/cpp/grpclb/grpclb_test.cc @@ -35,7 +35,7 @@ #include <grpc/support/time.h> #include <grpc++/impl/codegen/config.h> -extern "C" { + #include "src/core/ext/filters/client_channel/client_channel.h" #include "src/core/ext/filters/client_channel/resolver/fake/fake_resolver.h" #include "src/core/lib/channel/channel_args.h" @@ -49,7 +49,6 @@ extern "C" { #include "test/core/end2end/cq_verifier.h" #include "test/core/util/port.h" #include "test/core/util/test_config.h" -} #include "src/proto/grpc/lb/v1/load_balancer.pb.h" |