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 /test/secret.cpp | |
| parent | 551103a084b480c87a0d8139415836aa79a21787 (diff) | |
Unify include order.
Diffstat (limited to 'test/secret.cpp')
| -rw-r--r-- | test/secret.cpp | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/test/secret.cpp b/test/secret.cpp index df5d6197a..6d9f693f3 100644 --- a/test/secret.cpp +++ b/test/secret.cpp @@ -8,16 +8,11 @@ #include "td/telegram/FolderId.h" #include "td/telegram/Global.h" #include "td/telegram/MessageId.h" +#include "td/telegram/secret_api.h" #include "td/telegram/SecretChatActor.h" #include "td/telegram/SecretChatId.h" - -#include "td/telegram/secret_api.h" #include "td/telegram/telegram_api.h" -#include "td/actor/actor.h" -#include "td/actor/ConcurrentScheduler.h" -#include "td/actor/PromiseFuture.h" - #include "td/db/binlog/BinlogInterface.h" #include "td/db/binlog/detail/BinlogEventsProcessor.h" #include "td/db/BinlogKeyValue.h" @@ -29,6 +24,10 @@ #include "td/tl/tl_object_parse.h" #include "td/tl/tl_object_store.h" +#include "td/actor/actor.h" +#include "td/actor/ConcurrentScheduler.h" +#include "td/actor/PromiseFuture.h" + #include "td/utils/algorithm.h" #include "td/utils/as.h" #include "td/utils/base64.h" |
