diff --git a/Userland/Applications/FontEditor/GlyphEditorWidget.cpp b/Userland/Applications/FontEditor/GlyphEditorWidget.cpp index be0e375716..3ce864f7a2 100644 --- a/Userland/Applications/FontEditor/GlyphEditorWidget.cpp +++ b/Userland/Applications/FontEditor/GlyphEditorWidget.cpp @@ -6,13 +6,9 @@ */ #include "GlyphEditorWidget.h" -#include -#include -#include #include #include #include -#include REGISTER_WIDGET(FontEditor, GlyphEditorWidget); diff --git a/Userland/Applications/FontEditor/main.cpp b/Userland/Applications/FontEditor/main.cpp index e3788ff0bf..7447a95bad 100644 --- a/Userland/Applications/FontEditor/main.cpp +++ b/Userland/Applications/FontEditor/main.cpp @@ -12,11 +12,8 @@ #include #include #include -#include -#include #include #include -#include #include ErrorOr serenity_main(Main::Arguments arguments)