diff options
author | Brian Gianforcaro <bgianf@serenityos.org> | 2021-07-31 03:53:39 -0700 |
---|---|---|
committer | Gunnar Beutner <gunnar@beutner.name> | 2021-08-01 08:10:16 +0200 |
commit | 2faa73ff7da587cfdd67b898b0a30e1607b3ec0e (patch) | |
tree | 01cb97dbc427ef495dc9d23381fefd3c1d1edff9 /Userland/Applets/Audio | |
parent | d1644c26d63f072000bb1dfd0c1d15369bf58b4c (diff) | |
download | serenity-2faa73ff7da587cfdd67b898b0a30e1607b3ec0e.zip |
Applets: Remove unused header includes
Diffstat (limited to 'Userland/Applets/Audio')
-rw-r--r-- | Userland/Applets/Audio/main.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Userland/Applets/Audio/main.cpp b/Userland/Applets/Audio/main.cpp index 83e3a5a540..110fef0dbf 100644 --- a/Userland/Applets/Audio/main.cpp +++ b/Userland/Applets/Audio/main.cpp @@ -14,7 +14,6 @@ #include <LibGUI/Widget.h> #include <LibGUI/Window.h> #include <LibGfx/Bitmap.h> -#include <LibGfx/Font.h> #include <LibGfx/FontDatabase.h> #include <LibGfx/Palette.h> |