mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-06-05 22:54:01 +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
|
} // namespace Storage
|
||||||
|
|
||||||
class DragArea : public Ui::RpWidget {
|
class DragArea : public Ui::RpWidget {
|
||||||
|
|
||||||
public:
|
public:
|
||||||
DragArea(QWidget *parent);
|
DragArea(QWidget *parent);
|
||||||
|
|
||||||
|
|
|
@ -16,18 +16,14 @@ https://github.com/telegramdesktop/tdesktop/blob/master/LEGAL
|
||||||
#include "chat_helpers/field_autocomplete.h"
|
#include "chat_helpers/field_autocomplete.h"
|
||||||
#include "window/section_widget.h"
|
#include "window/section_widget.h"
|
||||||
#include "ui/widgets/input_fields.h"
|
#include "ui/widgets/input_fields.h"
|
||||||
#include "ui/effects/animations.h"
|
|
||||||
#include "ui/rp_widget.h"
|
|
||||||
#include "mtproto/sender.h"
|
#include "mtproto/sender.h"
|
||||||
#include "base/flags.h"
|
#include "base/flags.h"
|
||||||
#include "base/timer.h"
|
|
||||||
|
|
||||||
struct FileLoadResult;
|
struct FileLoadResult;
|
||||||
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;
|
||||||
|
@ -63,7 +59,6 @@ class InnerDropdown;
|
||||||
class DropdownMenu;
|
class DropdownMenu;
|
||||||
class PlainShadow;
|
class PlainShadow;
|
||||||
class IconButton;
|
class IconButton;
|
||||||
class HistoryDownButton;
|
|
||||||
class EmojiButton;
|
class EmojiButton;
|
||||||
class SendButton;
|
class SendButton;
|
||||||
class SilentToggle;
|
class SilentToggle;
|
||||||
|
|
Loading…
Add table
Reference in a new issue