aboutsummaryrefslogtreecommitdiffhomepage
path: root/benchmark/bench_handshake.cpp
diff options
context:
space:
mode:
authorlevlam <levlam@telegram.org>2020-01-03 01:48:23 +0300
committerlevlam <levlam@telegram.org>2020-01-03 01:48:23 +0300
commite44b02fe45cd330f3b8090be0cc67baeb3aed662 (patch)
treefd191f714a00a83675261babe54c88d97c3b4b09 /benchmark/bench_handshake.cpp
parent69f30a350575b4aa0267f3f8f222e3dcc63c698e (diff)
Fix some includes.
GitOrigin-RevId: 1a3a8bab67f3ed56545d58815187d7a8f99944d9
Diffstat (limited to 'benchmark/bench_handshake.cpp')
-rw-r--r--benchmark/bench_handshake.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/benchmark/bench_handshake.cpp b/benchmark/bench_handshake.cpp
index 2db17e9fb..376175ffa 100644
--- a/benchmark/bench_handshake.cpp
+++ b/benchmark/bench_handshake.cpp
@@ -4,7 +4,7 @@
// 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" // for bench, do_not_optimize_away, etc
+#include "td/utils/benchmark.h"
#include "td/mtproto/DhHandshake.h"