Do not include MessageContent.h in MessagesManager.h.
GitOrigin-RevId: 7fb80f10bbc2a51a971b60ab470b6f9c8c249672
This commit is contained in:
parent
c07225c371
commit
9f82e847f3
@ -24,7 +24,6 @@
|
||||
#include "td/telegram/FolderId.h"
|
||||
#include "td/telegram/FullMessageId.h"
|
||||
#include "td/telegram/Global.h"
|
||||
#include "td/telegram/MessageContent.h"
|
||||
#include "td/telegram/MessageContentType.h"
|
||||
#include "td/telegram/MessageEntity.h"
|
||||
#include "td/telegram/MessageId.h"
|
||||
@ -74,11 +73,15 @@ namespace td {
|
||||
|
||||
struct BinlogEvent;
|
||||
|
||||
class Td;
|
||||
class DraftMessage;
|
||||
|
||||
struct InputMessageContent;
|
||||
|
||||
class MessageContent;
|
||||
|
||||
class MultiSequenceDispatcher;
|
||||
|
||||
class DraftMessage;
|
||||
class Td;
|
||||
|
||||
class dummyUpdate : public telegram_api::Update {
|
||||
public:
|
||||
|
@ -17,6 +17,7 @@
|
||||
#include "td/telegram/DocumentsManager.h"
|
||||
#include "td/telegram/files/FileManager.h"
|
||||
#include "td/telegram/Global.h"
|
||||
#include "td/telegram/logevent/LogEvent.h"
|
||||
#include "td/telegram/MessagesManager.h"
|
||||
#include "td/telegram/misc.h"
|
||||
#include "td/telegram/net/ConnectionCreator.h"
|
||||
|
Loading…
Reference in New Issue
Block a user