diff options
author | Brian Gianforcaro <bgianf@serenityos.org> | 2021-07-31 03:51:46 -0700 |
---|---|---|
committer | Gunnar Beutner <gunnar@beutner.name> | 2021-08-01 08:10:16 +0200 |
commit | 808aa31353bf2cba444b6988efa11e648ca74306 (patch) | |
tree | 7db21eda2da38659c54cf019cabc7b6e11c310d6 /Userland/Services/Taskbar/TaskbarButton.cpp | |
parent | 18d6f9ed5c3a48014ec47210e0509cfb0f2ddfe4 (diff) | |
download | serenity-808aa31353bf2cba444b6988efa11e648ca74306.zip |
Services: Remove unused header includes
Diffstat (limited to 'Userland/Services/Taskbar/TaskbarButton.cpp')
-rw-r--r-- | Userland/Services/Taskbar/TaskbarButton.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Userland/Services/Taskbar/TaskbarButton.cpp b/Userland/Services/Taskbar/TaskbarButton.cpp index e0a3087283..1ed0d239e7 100644 --- a/Userland/Services/Taskbar/TaskbarButton.cpp +++ b/Userland/Services/Taskbar/TaskbarButton.cpp @@ -11,7 +11,6 @@ #include <LibGUI/WindowManagerServerConnection.h> #include <LibGUI/WindowServerConnection.h> #include <LibGfx/Font.h> -#include <LibGfx/FontDatabase.h> #include <LibGfx/Palette.h> #include <LibGfx/StylePainter.h> |