1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-28 14:15:07 +00:00

FontEditor: Remove unused includes

This commit is contained in:
thankyouverycool 2022-12-15 14:18:00 -05:00 committed by Andreas Kling
parent 9b3335723f
commit b8969ffe97
2 changed files with 0 additions and 7 deletions

View file

@ -6,13 +6,9 @@
*/
#include "GlyphEditorWidget.h"
#include <AK/StringBuilder.h>
#include <AK/UnicodeUtils.h>
#include <LibGUI/Clipboard.h>
#include <LibGUI/Painter.h>
#include <LibGfx/Font/BitmapFont.h>
#include <LibGfx/Palette.h>
#include <string.h>
REGISTER_WIDGET(FontEditor, GlyphEditorWidget);