diff options
| author | levlam <levlam@telegram.org> | 2021-09-19 00:47:05 +0300 |
|---|---|---|
| committer | levlam <levlam@telegram.org> | 2021-09-19 00:47:05 +0300 |
| commit | db18baa50398773b96cb68164d9cb0937725af44 (patch) | |
| tree | f978c1eec81eb3f9cad7f11f934e057be4f8950a /benchmark/bench_handshake.cpp | |
| parent | 551103a084b480c87a0d8139415836aa79a21787 (diff) | |
Unify include order.
Diffstat (limited to 'benchmark/bench_handshake.cpp')
| -rw-r--r-- | benchmark/bench_handshake.cpp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/benchmark/bench_handshake.cpp b/benchmark/bench_handshake.cpp index d56840a2c..2b7efebd6 100644 --- a/benchmark/bench_handshake.cpp +++ b/benchmark/bench_handshake.cpp @@ -4,12 +4,11 @@ // Distributed under the Boost Software License, Version 1.0. (See accompanying // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) // -#include "td/utils/benchmark.h" - #include "td/mtproto/DhCallback.h" #include "td/mtproto/DhHandshake.h" #include "td/utils/base64.h" +#include "td/utils/benchmark.h" #include "td/utils/common.h" #include "td/utils/logging.h" #include "td/utils/Slice.h" |
