diff --git a/Telegram/SourceFiles/history/history_drag_area.h b/Telegram/SourceFiles/history/history_drag_area.h index ec802b107a..64e581d58f 100644 --- a/Telegram/SourceFiles/history/history_drag_area.h +++ b/Telegram/SourceFiles/history/history_drag_area.h @@ -15,7 +15,6 @@ enum class MimeDataState; } // namespace Storage class DragArea : public Ui::RpWidget { - public: DragArea(QWidget *parent); diff --git a/Telegram/SourceFiles/history/history_widget.h b/Telegram/SourceFiles/history/history_widget.h index 54a64e45e6..0b184fd64d 100644 --- a/Telegram/SourceFiles/history/history_widget.h +++ b/Telegram/SourceFiles/history/history_widget.h @@ -16,18 +16,14 @@ https://github.com/telegramdesktop/tdesktop/blob/master/LEGAL #include "chat_helpers/field_autocomplete.h" #include "window/section_widget.h" #include "ui/widgets/input_fields.h" -#include "ui/effects/animations.h" -#include "ui/rp_widget.h" #include "mtproto/sender.h" #include "base/flags.h" -#include "base/timer.h" struct FileLoadResult; enum class SendMediaType; class MessageLinksParser; struct InlineBotQuery; struct AutocompleteQuery; -class History; namespace MTP { class Error; @@ -63,7 +59,6 @@ class InnerDropdown; class DropdownMenu; class PlainShadow; class IconButton; -class HistoryDownButton; class EmojiButton; class SendButton; class SilentToggle;