aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/secret.cpp
diff options
context:
space:
mode:
authorlevlam <levlam@telegram.org>2021-07-05 21:20:07 +0300
committerlevlam <levlam@telegram.org>2021-07-05 21:20:07 +0300
commit040e0deb317256a97cef7a69f522ff2efae19ddf (patch)
treef39f5dd31531c0e3b51c938c86deb094671208d5 /test/secret.cpp
parent61664b4044f0e7b26c4bd137c86e77867fcdb726 (diff)
Move DhCallback to a separate header.
Diffstat (limited to 'test/secret.cpp')
-rw-r--r--test/secret.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/secret.cpp b/test/secret.cpp
index 4bf32ddfc..db6794f3a 100644
--- a/test/secret.cpp
+++ b/test/secret.cpp
@@ -22,7 +22,7 @@
#include "td/db/BinlogKeyValue.h"
#include "td/db/DbKey.h"
-#include "td/mtproto/DhHandshake.h"
+#include "td/mtproto/DhCallback.h"
#include "td/mtproto/utils.h"
#include "td/tl/tl_object_parse.h"