mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 14:07:45 +00:00
LibGfx: Reduce header dependencies of StylePainter
This commit is contained in:
parent
9041e95e79
commit
2e6ab58117
1 changed files with 2 additions and 5 deletions
|
@ -26,14 +26,11 @@
|
||||||
|
|
||||||
#pragma once
|
#pragma once
|
||||||
|
|
||||||
#include <LibGfx/Color.h>
|
#include <AK/Forward.h>
|
||||||
|
#include <LibGfx/Forward.h>
|
||||||
|
|
||||||
namespace Gfx {
|
namespace Gfx {
|
||||||
|
|
||||||
class Painter;
|
|
||||||
class Palette;
|
|
||||||
class Rect;
|
|
||||||
|
|
||||||
enum class ButtonStyle {
|
enum class ButtonStyle {
|
||||||
Normal,
|
Normal,
|
||||||
CoolBar
|
CoolBar
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue