2
0
mirror of https://github.com/telegramdesktop/tdesktop synced 2025-08-31 06:26:18 +00:00

Move some modules to lib_mtproto.

This commit is contained in:
John Preston
2019-11-18 12:28:14 +03:00
parent 782025a0a6
commit cfe12f773f
53 changed files with 143 additions and 148 deletions

View File

@@ -13,7 +13,7 @@ https://github.com/telegramdesktop/tdesktop/blob/master/LEGAL
#include "ui/rp_widget.h"
#include "base/flags.h"
#include "base/object_ptr.h"
#include "mtproto/rpc_sender.h"
#include "mtproto/mtproto_rpc_sender.h"
namespace Main {
class Session;

View File

@@ -13,7 +13,7 @@ https://github.com/telegramdesktop/tdesktop/blob/master/LEGAL
#include "ui/widgets/scroll_area.h"
#include "ui/special_buttons.h"
#include "api/api_single_message_search.h"
#include "mtproto/rpc_sender.h"
#include "mtproto/mtproto_rpc_sender.h"
namespace Main {
class Session;