Slightly improved code style in sticker set box.

This commit is contained in:
23rd
2026-09-14 19:00:06 +03:00
parent 6e8d16bc54
commit 52945553e8
2 changed files with 423 additions and 465 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -7,25 +7,15 @@ https://github.com/telegramdesktop/tdesktop/blob/master/LEGAL
*/
#pragma once
#include "ui/layers/box_content.h"
#include "base/timer.h"
#include "data/stickers/data_stickers.h"
#include "ui/layers/box_content.h"
#include "ui/rect_part.h"
namespace Window {
class SessionController;
} // namespace Window
namespace Ui {
class PlainShadow;
} // namespace Ui
namespace Data {
class StickersSet;
} // namespace Data
namespace ChatHelpers {
struct FileChosen;
class Show;
} // namespace ChatHelpers