aboutsummaryrefslogtreecommitdiffhomepage
path: root/test
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
parent61664b4044f0e7b26c4bd137c86e77867fcdb726 (diff)
Move DhCallback to a separate header.
Diffstat (limited to 'test')
-rw-r--r--test/mtproto.cpp1
-rw-r--r--test/secret.cpp2
2 files changed, 2 insertions, 1 deletions
diff --git a/test/mtproto.cpp b/test/mtproto.cpp
index 369ea7aea..85ce334a9 100644
--- a/test/mtproto.cpp
+++ b/test/mtproto.cpp
@@ -11,6 +11,7 @@
#include "td/telegram/NotificationManager.h"
#include "td/mtproto/AuthData.h"
+#include "td/mtproto/DhCallback.h"
#include "td/mtproto/DhHandshake.h"
#include "td/mtproto/Handshake.h"
#include "td/mtproto/HandshakeActor.h"
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"