aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/cpp/microbenchmarks/bm_closure.cc
diff options
context:
space:
mode:
Diffstat (limited to 'test/cpp/microbenchmarks/bm_closure.cc')
-rw-r--r--test/cpp/microbenchmarks/bm_closure.cc3
1 files changed, 1 insertions, 2 deletions
diff --git a/test/cpp/microbenchmarks/bm_closure.cc b/test/cpp/microbenchmarks/bm_closure.cc
index 80d6610e13..586221945a 100644
--- a/test/cpp/microbenchmarks/bm_closure.cc
+++ b/test/cpp/microbenchmarks/bm_closure.cc
@@ -33,6 +33,7 @@
/* Test various closure related operations */
+#include <benchmark/benchmark.h>
#include <grpc/grpc.h>
extern "C" {
@@ -41,8 +42,6 @@ extern "C" {
#include "src/core/lib/iomgr/exec_ctx.h"
}
-#include "third_party/benchmark/include/benchmark/benchmark.h"
-
static class InitializeStuff {
public:
InitializeStuff() { grpc_init(); }