1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-31 15:48:12 +00:00

LibGfx: Reduce header dependencies of Bitmap and Font

This commit is contained in:
Andreas Kling 2020-02-15 01:03:37 +01:00
parent 34b5ff7c29
commit 9c0c677d57
4 changed files with 3 additions and 3 deletions

View file

@ -25,6 +25,7 @@
*/
#include <AK/SharedBuffer.h>
#include <AK/String.h>
#include <LibGfx/Bitmap.h>
#include <LibGfx/PNGLoader.h>
#include <errno.h>