From 9c426223e96492f56c1733357596c43d27e6ef55 Mon Sep 17 00:00:00 2001 From: EntireTwix Date: Wed, 23 Jun 2021 17:16:55 -0700 Subject: [PATCH] simplified --- benchmarking.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/benchmarking.cpp b/benchmarking.cpp index ae49f4c..f8c3129 100644 --- a/benchmarking.cpp +++ b/benchmarking.cpp @@ -3,7 +3,7 @@ #include #include #include -#include "bank_f.h" +#include "bank.h" #include #include @@ -11,7 +11,6 @@ #include using namespace std::chrono; -using namespace drogon; static Bank bank;