mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-06-03 21:54:05 +02:00
Slightly optimized includes in HistoryWidget.
This commit is contained in:
parent
ed356a1fc5
commit
c497e9ca9c
2 changed files with 0 additions and 6 deletions
|
@ -15,7 +15,6 @@ enum class MimeDataState;
|
|||
} // namespace Storage
|
||||
|
||||
class DragArea : public Ui::RpWidget {
|
||||
|
||||
public:
|
||||
DragArea(QWidget *parent);
|
||||
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Add table
Reference in a new issue