mirror of
https://github.com/RGBCube/serenity
synced 2025-07-26 05:47:34 +00:00
LibGfx: Reduce header dependencies of Bitmap and Font
This commit is contained in:
parent
34b5ff7c29
commit
9c0c677d57
4 changed files with 3 additions and 3 deletions
|
@ -30,10 +30,8 @@
|
|||
#include <AK/MappedFile.h>
|
||||
#include <AK/RefCounted.h>
|
||||
#include <AK/RefPtr.h>
|
||||
#include <AK/String.h>
|
||||
#include <LibGfx/Color.h>
|
||||
#include <LibGfx/Rect.h>
|
||||
#include <LibGfx/Size.h>
|
||||
|
||||
namespace Gfx {
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue