summaryrefslogtreecommitdiff
path: root/Userland/Services/Taskbar/TaskbarButton.cpp
diff options
context:
space:
mode:
authorBrian Gianforcaro <bgianf@serenityos.org>2021-07-31 03:51:46 -0700
committerGunnar Beutner <gunnar@beutner.name>2021-08-01 08:10:16 +0200
commit808aa31353bf2cba444b6988efa11e648ca74306 (patch)
tree7db21eda2da38659c54cf019cabc7b6e11c310d6 /Userland/Services/Taskbar/TaskbarButton.cpp
parent18d6f9ed5c3a48014ec47210e0509cfb0f2ddfe4 (diff)
downloadserenity-808aa31353bf2cba444b6988efa11e648ca74306.zip
Services: Remove unused header includes
Diffstat (limited to 'Userland/Services/Taskbar/TaskbarButton.cpp')
-rw-r--r--Userland/Services/Taskbar/TaskbarButton.cpp1
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>