Improve includes.

This commit is contained in:
levlam 2024-03-15 14:12:43 +03:00
parent 85e7229192
commit 723ec5a203
3 changed files with 3 additions and 0 deletions

View File

@ -6,6 +6,7 @@
//
#include "td/telegram/ChannelRecommendationManager.h"
#include "td/telegram/AccessRights.h"
#include "td/telegram/Application.h"
#include "td/telegram/ContactsManager.h"
#include "td/telegram/Dependencies.h"

View File

@ -7,6 +7,7 @@
#include "td/telegram/DialogManager.h"
#include "td/telegram/AuthManager.h"
#include "td/telegram/BotCommand.h"
#include "td/telegram/ChannelId.h"
#include "td/telegram/ChannelType.h"
#include "td/telegram/ChatId.h"

View File

@ -21,6 +21,7 @@
#include "td/telegram/Photo.h"
#include "td/telegram/td_api.h"
#include "td/telegram/telegram_api.h"
#include "td/telegram/UserId.h"
#include "td/actor/actor.h"