Removed unused includes from BoxLayerWidget.
This commit is contained in:
parent
eb82d31c55
commit
35c84d7d54
2 changed files with 5 additions and 12 deletions
|
|
@ -8,12 +8,7 @@
|
||||||
|
|
||||||
#include "ui/effects/radial_animation.h"
|
#include "ui/effects/radial_animation.h"
|
||||||
#include "ui/widgets/buttons.h"
|
#include "ui/widgets/buttons.h"
|
||||||
#include "ui/widgets/scroll_area.h"
|
|
||||||
#include "ui/widgets/labels.h"
|
#include "ui/widgets/labels.h"
|
||||||
#include "ui/widgets/shadow.h"
|
|
||||||
#include "ui/wrap/fade_wrap.h"
|
|
||||||
#include "ui/text/text_utilities.h"
|
|
||||||
#include "ui/image/image_prepare.h"
|
|
||||||
#include "ui/painter.h"
|
#include "ui/painter.h"
|
||||||
#include "base/timer.h"
|
#include "base/timer.h"
|
||||||
#include "styles/style_layers.h"
|
#include "styles/style_layers.h"
|
||||||
|
|
|
||||||
|
|
@ -10,19 +10,19 @@
|
||||||
#include "base/flags.h"
|
#include "base/flags.h"
|
||||||
#include "ui/layers/layer_widget.h"
|
#include "ui/layers/layer_widget.h"
|
||||||
#include "ui/layers/box_content.h"
|
#include "ui/layers/box_content.h"
|
||||||
#include "ui/wrap/padding_wrap.h"
|
|
||||||
#include "ui/widgets/labels.h"
|
|
||||||
#include "ui/effects/animation_value.h"
|
|
||||||
#include "ui/text/text_entity.h"
|
|
||||||
#include "ui/round_rect.h"
|
#include "ui/round_rect.h"
|
||||||
#include "ui/rp_widget.h"
|
#include "ui/rp_widget.h"
|
||||||
|
|
||||||
class Painter;
|
class Painter;
|
||||||
|
struct TextWithEntities;
|
||||||
|
|
||||||
|
namespace anim {
|
||||||
|
enum class type;
|
||||||
|
} // namespace anim
|
||||||
|
|
||||||
namespace style {
|
namespace style {
|
||||||
struct RoundButton;
|
struct RoundButton;
|
||||||
struct IconButton;
|
struct IconButton;
|
||||||
struct ScrollArea;
|
|
||||||
struct Box;
|
struct Box;
|
||||||
} // namespace style
|
} // namespace style
|
||||||
|
|
||||||
|
|
@ -30,9 +30,7 @@ namespace Ui {
|
||||||
|
|
||||||
class RoundButton;
|
class RoundButton;
|
||||||
class IconButton;
|
class IconButton;
|
||||||
class ScrollArea;
|
|
||||||
class FlatLabel;
|
class FlatLabel;
|
||||||
class FadeShadow;
|
|
||||||
|
|
||||||
class BoxLayerWidget : public LayerWidget, public BoxContentDelegate {
|
class BoxLayerWidget : public LayerWidget, public BoxContentDelegate {
|
||||||
public:
|
public:
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue