From 2e6ab5811720a41825e2f2a22b2ec3027e361099 Mon Sep 17 00:00:00 2001 From: Andreas Kling Date: Sun, 16 Feb 2020 08:31:14 +0100 Subject: [PATCH] LibGfx: Reduce header dependencies of StylePainter --- Libraries/LibGfx/StylePainter.h | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/Libraries/LibGfx/StylePainter.h b/Libraries/LibGfx/StylePainter.h index 3fda6ef9f1c..c677d21a913 100644 --- a/Libraries/LibGfx/StylePainter.h +++ b/Libraries/LibGfx/StylePainter.h @@ -26,14 +26,11 @@ #pragma once -#include +#include +#include namespace Gfx { -class Painter; -class Palette; -class Rect; - enum class ButtonStyle { Normal, CoolBar