aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/cpp/qps/server_async.cc
diff options
context:
space:
mode:
authorGravatar Yuxuan Li <yuxuanli@google.com>2017-05-05 14:12:42 -0700
committerGravatar Yuxuan Li <yuxuanli@google.com>2017-05-05 14:12:42 -0700
commit87827e03aa01ba12829b88a775b946e32eadcf3a (patch)
tree80a4db0e0aa2bdcec01eae8cf5a6669a4257dbd3 /test/cpp/qps/server_async.cc
parentbfb495d026952048c7fee641879deea357075ad8 (diff)
use lock instand of atomics, fix include position
Diffstat (limited to 'test/cpp/qps/server_async.cc')
-rw-r--r--test/cpp/qps/server_async.cc4
1 files changed, 0 insertions, 4 deletions
diff --git a/test/cpp/qps/server_async.cc b/test/cpp/qps/server_async.cc
index 57f45d325f..4f0b1f54d7 100644
--- a/test/cpp/qps/server_async.cc
+++ b/test/cpp/qps/server_async.cc
@@ -53,10 +53,6 @@
#include "test/core/util/test_config.h"
#include "test/cpp/qps/server.h"
-extern "C" {
-#include "src/core/lib/surface/completion_queue.h"
-}
-
namespace grpc {
namespace testing {