LibGfx: More work on header dependency reduction

This commit is contained in:
Andreas Kling 2020-02-14 23:28:42 +01:00
commit 08cae2773d
Notes: sideshowbarker 2024-07-19 09:20:09 +09:00
10 changed files with 30 additions and 21 deletions

View file

@ -26,10 +26,10 @@
#pragma once
#include <AK/String.h>
#include <AK/Utf8View.h>
#include <AK/Forward.h>
#include <AK/Vector.h>
#include <LibGfx/Color.h>
#include <LibGfx/Forward.h>
#include <LibGfx/Point.h>
#include <LibGfx/Rect.h>
#include <LibGfx/Size.h>
@ -38,12 +38,6 @@
namespace Gfx {
class CharacterBitmap;
class GlyphBitmap;
class Bitmap;
class Font;
class Emoji;
class Painter {
public:
explicit Painter(Gfx::Bitmap&);