mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-07-25 23:13:11 +02:00
Slightly improved of forward declarations in history item.
This commit is contained in:
parent
81b432140c
commit
5f8d662d67
2 changed files with 0 additions and 32 deletions
|
@ -10,7 +10,6 @@ https://github.com/telegramdesktop/tdesktop/blob/master/LEGAL
|
|||
#include "api/api_premium.h"
|
||||
#include "api/api_sensitive_content.h"
|
||||
#include "lang/lang_keys.h"
|
||||
#include "mainwidget.h"
|
||||
#include "calls/calls_instance.h" // Core::App().calls().joinGroupCall.
|
||||
#include "history/view/history_view_item_preview.h"
|
||||
#include "history/view/history_view_message.h"
|
||||
|
@ -28,8 +27,6 @@ https://github.com/telegramdesktop/tdesktop/blob/master/LEGAL
|
|||
#include "settings/settings_credits_graphics.h" // ShowRefundInfoBox.
|
||||
#include "storage/file_upload.h"
|
||||
#include "storage/storage_shared_media.h"
|
||||
#include "main/main_account.h"
|
||||
#include "main/main_domain.h"
|
||||
#include "main/main_session.h"
|
||||
#include "main/main_session_settings.h"
|
||||
#include "menu/menu_ttl_validator.h"
|
||||
|
@ -72,7 +69,6 @@ https://github.com/telegramdesktop/tdesktop/blob/master/LEGAL
|
|||
#include "payments/payments_non_panel_process.h" // ProcessNonPanelPaymentFormFactory.
|
||||
#include "platform/platform_notifications_manager.h"
|
||||
#include "spellcheck/spellcheck_highlight_syntax.h"
|
||||
#include "styles/style_dialogs.h"
|
||||
|
||||
namespace {
|
||||
|
||||
|
|
|
@ -22,8 +22,6 @@ struct HistoryMessageMarkupData;
|
|||
struct HistoryMessageReplyMarkup;
|
||||
struct HistoryMessageTranslation;
|
||||
struct HistoryMessageForwarded;
|
||||
struct HistoryMessageSavedMediaData;
|
||||
struct HistoryMessageFactcheck;
|
||||
struct HistoryServiceDependentData;
|
||||
enum class HistorySelfDestructType;
|
||||
struct PreparedServiceText;
|
||||
|
@ -31,10 +29,6 @@ struct MessageFactcheck;
|
|||
class ReplyKeyboard;
|
||||
struct LanguageId;
|
||||
|
||||
namespace Api {
|
||||
struct SendOptions;
|
||||
} // namespace Api
|
||||
|
||||
namespace base {
|
||||
template <typename Enum>
|
||||
class enum_mask;
|
||||
|
@ -45,15 +39,6 @@ enum class SharedMediaType : signed char;
|
|||
using SharedMediaTypesMask = base::enum_mask<SharedMediaType>;
|
||||
} // namespace Storage
|
||||
|
||||
namespace Ui {
|
||||
class RippleAnimation;
|
||||
} // namespace Ui
|
||||
|
||||
namespace style {
|
||||
struct BotKeyboardButton;
|
||||
struct RippleAnimation;
|
||||
} // namespace style
|
||||
|
||||
namespace Data {
|
||||
struct MessagePosition;
|
||||
struct RecentReaction;
|
||||
|
@ -71,24 +56,11 @@ struct PaidReactionSend;
|
|||
struct SendError;
|
||||
} // namespace Data
|
||||
|
||||
namespace Main {
|
||||
class Session;
|
||||
} // namespace Main
|
||||
|
||||
namespace Window {
|
||||
class SessionController;
|
||||
} // namespace Window
|
||||
|
||||
namespace HistoryUnreadThings {
|
||||
enum class AddType;
|
||||
} // namespace HistoryUnreadThings
|
||||
|
||||
namespace HistoryView {
|
||||
struct TextState;
|
||||
struct StateRequest;
|
||||
enum class CursorState : char;
|
||||
enum class PointState : char;
|
||||
enum class Context : char;
|
||||
class ElementDelegate;
|
||||
class Element;
|
||||
class Message;
|
||||
|
|
Loading…
Add table
Reference in a new issue