mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-22 15:40:19 +00:00
LibGfx: Reduce header dependencies of StylePainter
This commit is contained in:
parent
9041e95e79
commit
2e6ab58117
Notes:
sideshowbarker
2024-07-19 09:16:46 +09:00
Author: https://github.com/awesomekling Commit: https://github.com/SerenityOS/serenity/commit/2e6ab581172
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…
Reference in a new issue