From b8969ffe97b040453213ba04b25d709485bb942c Mon Sep 17 00:00:00 2001 From: thankyouverycool <66646555+thankyouverycool@users.noreply.github.com> Date: Thu, 15 Dec 2022 14:18:00 -0500 Subject: [PATCH] FontEditor: Remove unused includes --- Userland/Applications/FontEditor/GlyphEditorWidget.cpp | 4 ---- Userland/Applications/FontEditor/main.cpp | 3 --- 2 files changed, 7 deletions(-) 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)