mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-07-26 07:23:02 +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_premium.h"
|
||||||
#include "api/api_sensitive_content.h"
|
#include "api/api_sensitive_content.h"
|
||||||
#include "lang/lang_keys.h"
|
#include "lang/lang_keys.h"
|
||||||
#include "mainwidget.h"
|
|
||||||
#include "calls/calls_instance.h" // Core::App().calls().joinGroupCall.
|
#include "calls/calls_instance.h" // Core::App().calls().joinGroupCall.
|
||||||
#include "history/view/history_view_item_preview.h"
|
#include "history/view/history_view_item_preview.h"
|
||||||
#include "history/view/history_view_message.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 "settings/settings_credits_graphics.h" // ShowRefundInfoBox.
|
||||||
#include "storage/file_upload.h"
|
#include "storage/file_upload.h"
|
||||||
#include "storage/storage_shared_media.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.h"
|
||||||
#include "main/main_session_settings.h"
|
#include "main/main_session_settings.h"
|
||||||
#include "menu/menu_ttl_validator.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 "payments/payments_non_panel_process.h" // ProcessNonPanelPaymentFormFactory.
|
||||||
#include "platform/platform_notifications_manager.h"
|
#include "platform/platform_notifications_manager.h"
|
||||||
#include "spellcheck/spellcheck_highlight_syntax.h"
|
#include "spellcheck/spellcheck_highlight_syntax.h"
|
||||||
#include "styles/style_dialogs.h"
|
|
||||||
|
|
||||||
namespace {
|
namespace {
|
||||||
|
|
||||||
|
|
|
@ -22,8 +22,6 @@ struct HistoryMessageMarkupData;
|
||||||
struct HistoryMessageReplyMarkup;
|
struct HistoryMessageReplyMarkup;
|
||||||
struct HistoryMessageTranslation;
|
struct HistoryMessageTranslation;
|
||||||
struct HistoryMessageForwarded;
|
struct HistoryMessageForwarded;
|
||||||
struct HistoryMessageSavedMediaData;
|
|
||||||
struct HistoryMessageFactcheck;
|
|
||||||
struct HistoryServiceDependentData;
|
struct HistoryServiceDependentData;
|
||||||
enum class HistorySelfDestructType;
|
enum class HistorySelfDestructType;
|
||||||
struct PreparedServiceText;
|
struct PreparedServiceText;
|
||||||
|
@ -31,10 +29,6 @@ struct MessageFactcheck;
|
||||||
class ReplyKeyboard;
|
class ReplyKeyboard;
|
||||||
struct LanguageId;
|
struct LanguageId;
|
||||||
|
|
||||||
namespace Api {
|
|
||||||
struct SendOptions;
|
|
||||||
} // namespace Api
|
|
||||||
|
|
||||||
namespace base {
|
namespace base {
|
||||||
template <typename Enum>
|
template <typename Enum>
|
||||||
class enum_mask;
|
class enum_mask;
|
||||||
|
@ -45,15 +39,6 @@ enum class SharedMediaType : signed char;
|
||||||
using SharedMediaTypesMask = base::enum_mask<SharedMediaType>;
|
using SharedMediaTypesMask = base::enum_mask<SharedMediaType>;
|
||||||
} // namespace Storage
|
} // namespace Storage
|
||||||
|
|
||||||
namespace Ui {
|
|
||||||
class RippleAnimation;
|
|
||||||
} // namespace Ui
|
|
||||||
|
|
||||||
namespace style {
|
|
||||||
struct BotKeyboardButton;
|
|
||||||
struct RippleAnimation;
|
|
||||||
} // namespace style
|
|
||||||
|
|
||||||
namespace Data {
|
namespace Data {
|
||||||
struct MessagePosition;
|
struct MessagePosition;
|
||||||
struct RecentReaction;
|
struct RecentReaction;
|
||||||
|
@ -71,24 +56,11 @@ struct PaidReactionSend;
|
||||||
struct SendError;
|
struct SendError;
|
||||||
} // namespace Data
|
} // namespace Data
|
||||||
|
|
||||||
namespace Main {
|
|
||||||
class Session;
|
|
||||||
} // namespace Main
|
|
||||||
|
|
||||||
namespace Window {
|
|
||||||
class SessionController;
|
|
||||||
} // namespace Window
|
|
||||||
|
|
||||||
namespace HistoryUnreadThings {
|
namespace HistoryUnreadThings {
|
||||||
enum class AddType;
|
enum class AddType;
|
||||||
} // namespace HistoryUnreadThings
|
} // namespace HistoryUnreadThings
|
||||||
|
|
||||||
namespace HistoryView {
|
namespace HistoryView {
|
||||||
struct TextState;
|
|
||||||
struct StateRequest;
|
|
||||||
enum class CursorState : char;
|
|
||||||
enum class PointState : char;
|
|
||||||
enum class Context : char;
|
|
||||||
class ElementDelegate;
|
class ElementDelegate;
|
||||||
class Element;
|
class Element;
|
||||||
class Message;
|
class Message;
|
||||||
|
|
Loading…
Add table
Reference in a new issue