diff options
Diffstat (limited to 'benchmark/bench_tddb.cpp')
| -rw-r--r-- | benchmark/bench_tddb.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/benchmark/bench_tddb.cpp b/benchmark/bench_tddb.cpp index f62c5cd66..eb6880359 100644 --- a/benchmark/bench_tddb.cpp +++ b/benchmark/bench_tddb.cpp @@ -16,12 +16,12 @@ #include "td/db/SqliteDb.h" #include "td/actor/ConcurrentScheduler.h" -#include "td/actor/PromiseFuture.h" #include "td/utils/benchmark.h" #include "td/utils/buffer.h" #include "td/utils/common.h" #include "td/utils/logging.h" +#include "td/utils/Promise.h" #include "td/utils/Random.h" #include "td/utils/Status.h" |
