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:
parent
9b3335723f
commit
b8969ffe97
2 changed files with 0 additions and 7 deletions
|
@ -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);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue