Fix includes.

This commit is contained in:
levlam 2024-08-01 21:33:52 +03:00
parent 09fa7e719d
commit 2c6d9a000f
4 changed files with 3 additions and 2 deletions

View File

@ -18,6 +18,7 @@
#include "td/utils/buffer.h"
#include "td/utils/logging.h"
#include "td/utils/Random.h"
#include "td/utils/Status.h"
namespace td {

View File

@ -6,6 +6,7 @@
//
#pragma once
#include "td/telegram/MessageEntity.hpp"
#include "td/telegram/MinChannel.hpp"
#include "td/telegram/PollManager.h"
#include "td/telegram/UserId.h"

View File

@ -19,7 +19,7 @@
#include "td/telegram/logevent/LogEvent.h"
#include "td/telegram/logevent/LogEventHelper.h"
#include "td/telegram/MediaArea.hpp"
#include "td/telegram/MessageEntity.h"
#include "td/telegram/MessageEntity.hpp"
#include "td/telegram/MessageSender.h"
#include "td/telegram/MessagesManager.h"
#include "td/telegram/NotificationId.h"

View File

@ -184,7 +184,6 @@
#include "td/utils/buffer.h"
#include "td/utils/misc.h"
#include "td/utils/port/uname.h"
#include "td/utils/Random.h"
#include "td/utils/Slice.h"
#include "td/utils/Status.h"
#include "td/utils/Timer.h"