diff options
| author | levlam <levlam@telegram.org> | 2020-08-13 16:57:28 +0300 |
|---|---|---|
| committer | levlam <levlam@telegram.org> | 2020-08-13 16:57:28 +0300 |
| commit | 9592aac404d137400c7f9c1b52734222769dcecf (patch) | |
| tree | 26207a0eaccc600fc0be9882f7b26240541df366 /test/mtproto.cpp | |
| parent | 3b18309e8061d13d834b4d907139fd62fb45ae65 (diff) | |
Minor improvements.
GitOrigin-RevId: 09fbcc25ade8d77c13dc580f13b206c07ba53f9f
Diffstat (limited to 'test/mtproto.cpp')
| -rw-r--r-- | test/mtproto.cpp | 17 |
1 files changed, 8 insertions, 9 deletions
diff --git a/test/mtproto.cpp b/test/mtproto.cpp index c6b11de20..9651b2c67 100644 --- a/test/mtproto.cpp +++ b/test/mtproto.cpp @@ -4,10 +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/tests.h" - -#include "td/actor/actor.h" -#include "td/actor/PromiseFuture.h" +#include "td/telegram/ConfigManager.h" +#include "td/telegram/net/DcId.h" +#include "td/telegram/net/PublicRsaKeyShared.h" +#include "td/telegram/net/Session.h" +#include "td/telegram/NotificationManager.h" #include "td/mtproto/AuthData.h" #include "td/mtproto/DhHandshake.h" @@ -25,11 +26,8 @@ #include "td/net/Socks5.h" #include "td/net/TransparentProxy.h" -#include "td/telegram/ConfigManager.h" -#include "td/telegram/net/DcId.h" -#include "td/telegram/net/PublicRsaKeyShared.h" -#include "td/telegram/net/Session.h" -#include "td/telegram/NotificationManager.h" +#include "td/actor/actor.h" +#include "td/actor/PromiseFuture.h" #include "td/utils/base64.h" #include "td/utils/common.h" @@ -39,6 +37,7 @@ #include "td/utils/port/SocketFd.h" #include "td/utils/Random.h" #include "td/utils/Status.h" +#include "td/utils/tests.h" #include "td/utils/Time.h" REGISTER_TESTS(mtproto); |
