From 555719298118bb7ebcb95f7688de25decb21362d Mon Sep 17 00:00:00 2001 From: Tk-Rwing <72181141+Tk-Rwing@users.noreply.github.com> Date: Thu, 1 Oct 2020 12:58:59 +0530 Subject: [PATCH] Update async_bench.cpp --- bench/async_bench.cpp | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/bench/async_bench.cpp b/bench/async_bench.cpp index d9714687..76dec7ce 100644 --- a/bench/async_bench.cpp +++ b/bench/async_bench.cpp @@ -12,11 +12,8 @@ #include "spdlog/fmt/bundled/locale.h" #include "utils.h" -#include -#include -#include -#include -#include + +#include using namespace std; using namespace std::chrono;