mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 06:37:44 +00:00
LibGfx: More work on header dependency reduction
This commit is contained in:
parent
d85b09893d
commit
08cae2773d
10 changed files with 30 additions and 21 deletions
|
@ -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&);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue