diff options
author | Craig Tiller <ctiller@google.com> | 2017-10-11 08:26:32 -0700 |
---|---|---|
committer | Craig Tiller <ctiller@google.com> | 2017-10-11 08:26:32 -0700 |
commit | 99fafa17a3dc7b0956f1282026d68b290d17bb22 (patch) | |
tree | 17c9b0e67a03b13f37ff7ff0d2bb0d2e8206346c /test/cpp | |
parent | f78728a79a513332f0035cc12865eb5967d9537e (diff) |
Fix compilation
Diffstat (limited to 'test/cpp')
-rw-r--r-- | test/cpp/microbenchmarks/bm_chttp2_transport.cc | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/test/cpp/microbenchmarks/bm_chttp2_transport.cc b/test/cpp/microbenchmarks/bm_chttp2_transport.cc index 6f9dee7822..8ee3ae7268 100644 --- a/test/cpp/microbenchmarks/bm_chttp2_transport.cc +++ b/test/cpp/microbenchmarks/bm_chttp2_transport.cc @@ -26,14 +26,12 @@ #include <memory> #include <queue> #include <sstream> -extern "C" { #include "src/core/ext/transport/chttp2/transport/chttp2_transport.h" #include "src/core/ext/transport/chttp2/transport/internal.h" #include "src/core/lib/iomgr/closure.h" #include "src/core/lib/iomgr/resource_quota.h" #include "src/core/lib/slice/slice_internal.h" #include "src/core/lib/transport/static_metadata.h" -} #include "test/cpp/microbenchmarks/helpers.h" #include "third_party/benchmark/include/benchmark/benchmark.h" |