Slightly improved includes in HistoryWidget.

This commit is contained in:
23rd 2022-06-05 07:55:53 +03:00
parent ea955a2c66
commit 7dac57cc0e
1 changed files with 1 additions and 16 deletions

View File

@ -10,8 +10,6 @@ https://github.com/telegramdesktop/tdesktop/blob/master/LEGAL
#include "history/history_drag_area.h" #include "history/history_drag_area.h"
#include "history/history_view_highlight_manager.h" #include "history/history_view_highlight_manager.h"
#include "history/history.h" #include "history/history.h"
#include "ui/widgets/tooltip.h"
#include "mainwidget.h"
#include "chat_helpers/bot_command.h" #include "chat_helpers/bot_command.h"
#include "chat_helpers/field_autocomplete.h" #include "chat_helpers/field_autocomplete.h"
#include "window/section_widget.h" #include "window/section_widget.h"
@ -23,11 +21,11 @@ https://github.com/telegramdesktop/tdesktop/blob/master/LEGAL
#include "base/timer.h" #include "base/timer.h"
struct FileLoadResult; struct FileLoadResult;
struct SendingAlbum;
enum class SendMediaType; enum class SendMediaType;
class MessageLinksParser; class MessageLinksParser;
struct InlineBotQuery; struct InlineBotQuery;
struct AutocompleteQuery; struct AutocompleteQuery;
class History;
namespace MTP { namespace MTP {
class Error; class Error;
@ -48,11 +46,9 @@ struct SendAction;
namespace InlineBots { namespace InlineBots {
namespace Layout { namespace Layout {
class ItemBase;
class Widget; class Widget;
} // namespace Layout } // namespace Layout
struct ResultSelected; struct ResultSelected;
class AttachBotsList;
} // namespace InlineBots } // namespace InlineBots
namespace Support { namespace Support {
@ -61,18 +57,15 @@ struct Contact;
} // namespace Support } // namespace Support
namespace Ui { namespace Ui {
class AbstractButton;
class InnerDropdown; class InnerDropdown;
class DropdownMenu; class DropdownMenu;
class PlainShadow; class PlainShadow;
class PopupMenu;
class IconButton; class IconButton;
class HistoryDownButton; class HistoryDownButton;
class EmojiButton; class EmojiButton;
class SendButton; class SendButton;
class SilentToggle; class SilentToggle;
class FlatButton; class FlatButton;
class LinkButton;
class RoundButton; class RoundButton;
class PinnedBar; class PinnedBar;
class GroupCallBar; class GroupCallBar;
@ -94,14 +87,9 @@ class SessionController;
namespace ChatHelpers { namespace ChatHelpers {
class TabbedPanel; class TabbedPanel;
class TabbedSection;
class TabbedSelector; class TabbedSelector;
} // namespace ChatHelpers } // namespace ChatHelpers
namespace Storage {
enum class MimeDataState;
} // namespace Storage
namespace HistoryView { namespace HistoryView {
class StickerToast; class StickerToast;
class TopBarWidget; class TopBarWidget;
@ -116,11 +104,8 @@ class TTLButton;
} // namespace Controls } // namespace Controls
} // namespace HistoryView } // namespace HistoryView
class SendFilesBox;
class BotKeyboard; class BotKeyboard;
class MessageField;
class HistoryInner; class HistoryInner;
struct HistoryMessageMarkupButton;
extern const char kOptionAutoScrollInactiveChat[]; extern const char kOptionAutoScrollInactiveChat[];