mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 07:47:35 +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
|
||||
|
||||
#include <LibGfx/Color.h>
|
||||
#include <AK/Forward.h>
|
||||
#include <LibGfx/Forward.h>
|
||||
|
||||
namespace Gfx {
|
||||
|
||||
class Painter;
|
||||
class Palette;
|
||||
class Rect;
|
||||
|
||||
enum class ButtonStyle {
|
||||
Normal,
|
||||
CoolBar
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue