1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 12:17:44 +00:00

LibGfx: Reduce header dependencies of StylePainter

This commit is contained in:
Andreas Kling 2020-02-16 08:31:14 +01:00
parent 9041e95e79
commit 2e6ab58117

View file

@ -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