aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/cpp
diff options
context:
space:
mode:
authorGravatar Nicolas Noble <nicolasnoble@users.noreply.github.com>2016-09-12 00:31:17 -0700
committerGravatar GitHub <noreply@github.com>2016-09-12 00:31:17 -0700
commite57904bf7b44d669658a98046cba56c6b1ac7421 (patch)
tree28bc56a279c43b10e20fa8d846bcf9888c68d239 /test/cpp
parent83374d51662899adc08966ccca0d8d407f626df2 (diff)
parent7c2887187b7597e439fb32e4142f2caad55d1d53 (diff)
Merge pull request #7929 from yang-g/externC
The public headers already have extern C
Diffstat (limited to 'test/cpp')
-rw-r--r--test/cpp/grpclb/grpclb_test.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/cpp/grpclb/grpclb_test.cc b/test/cpp/grpclb/grpclb_test.cc
index a4aa97391b..6f6fb83c23 100644
--- a/test/cpp/grpclb/grpclb_test.cc
+++ b/test/cpp/grpclb/grpclb_test.cc
@@ -37,7 +37,6 @@
#include <cstring>
#include <string>
-extern "C" {
#include <grpc/grpc.h>
#include <grpc/support/alloc.h>
#include <grpc/support/host_port.h>
@@ -47,6 +46,7 @@ extern "C" {
#include <grpc/support/thd.h>
#include <grpc/support/time.h>
+extern "C" {
#include "src/core/ext/client_config/client_channel.h"
#include "src/core/lib/channel/channel_stack.h"
#include "src/core/lib/support/string.h"