mirror of
https://github.com/RGBCube/serenity
synced 2025-05-30 07:35: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 "GlyphEditorWidget.h"
|
||||||
#include <AK/StringBuilder.h>
|
|
||||||
#include <AK/UnicodeUtils.h>
|
|
||||||
#include <LibGUI/Clipboard.h>
|
|
||||||
#include <LibGUI/Painter.h>
|
#include <LibGUI/Painter.h>
|
||||||
#include <LibGfx/Font/BitmapFont.h>
|
#include <LibGfx/Font/BitmapFont.h>
|
||||||
#include <LibGfx/Palette.h>
|
#include <LibGfx/Palette.h>
|
||||||
#include <string.h>
|
|
||||||
|
|
||||||
REGISTER_WIDGET(FontEditor, GlyphEditorWidget);
|
REGISTER_WIDGET(FontEditor, GlyphEditorWidget);
|
||||||
|
|
||||||
|
|
|
@ -12,11 +12,8 @@
|
||||||
#include <LibDesktop/Launcher.h>
|
#include <LibDesktop/Launcher.h>
|
||||||
#include <LibGUI/Application.h>
|
#include <LibGUI/Application.h>
|
||||||
#include <LibGUI/Icon.h>
|
#include <LibGUI/Icon.h>
|
||||||
#include <LibGUI/Menubar.h>
|
|
||||||
#include <LibGUI/MessageBox.h>
|
|
||||||
#include <LibGUI/Window.h>
|
#include <LibGUI/Window.h>
|
||||||
#include <LibGfx/Font/BitmapFont.h>
|
#include <LibGfx/Font/BitmapFont.h>
|
||||||
#include <LibGfx/Font/FontDatabase.h>
|
|
||||||
#include <LibMain/Main.h>
|
#include <LibMain/Main.h>
|
||||||
|
|
||||||
ErrorOr<int> serenity_main(Main::Arguments arguments)
|
ErrorOr<int> serenity_main(Main::Arguments arguments)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue