1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-25 18:27:35 +00:00

SharedGraphics: Removed some unused stuff from Font.

This commit is contained in:
Andreas Kling 2019-02-17 00:36:55 +01:00
parent 53c69dbade
commit 10d6f9ce31
4 changed files with 3 additions and 26 deletions

View file

@ -1,6 +1,7 @@
#include "Painter.h"
#include "Font.h"
#include "GraphicsBitmap.h"
#include <SharedGraphics/CharacterBitmap.h>
#include <AK/Assertions.h>
#include <AK/StdLibExtras.h>