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 | |
parent | d1644c26d63f072000bb1dfd0c1d15369bf58b4c (diff) | |
download | serenity-2faa73ff7da587cfdd67b898b0a30e1607b3ec0e.zip |
Applets: Remove unused header includes
Diffstat (limited to 'Userland/Applets')
-rw-r--r-- | Userland/Applets/Audio/main.cpp | 1 | ||||
-rw-r--r-- | Userland/Applets/DesktopPicker/main.cpp | 2 | ||||
-rw-r--r-- | Userland/Applets/ResourceGraph/main.cpp | 1 |
3 files changed, 0 insertions, 4 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> diff --git a/Userland/Applets/DesktopPicker/main.cpp b/Userland/Applets/DesktopPicker/main.cpp index 628c6b3d98..a6b5d868a3 100644 --- a/Userland/Applets/DesktopPicker/main.cpp +++ b/Userland/Applets/DesktopPicker/main.cpp @@ -6,9 +6,7 @@ #include "DesktopStatusWindow.h" #include <LibGUI/Application.h> -#include <LibGUI/Frame.h> #include <LibGUI/Painter.h> -#include <LibGUI/Window.h> #include <LibGUI/WindowManagerServerConnection.h> #include <WindowServer/Window.h> #include <serenity.h> diff --git a/Userland/Applets/ResourceGraph/main.cpp b/Userland/Applets/ResourceGraph/main.cpp index 45be04aafa..d312dc4953 100644 --- a/Userland/Applets/ResourceGraph/main.cpp +++ b/Userland/Applets/ResourceGraph/main.cpp @@ -5,7 +5,6 @@ * SPDX-License-Identifier: BSD-2-Clause */ -#include <AK/ByteBuffer.h> #include <AK/CircularQueue.h> #include <AK/JsonObject.h> #include <LibCore/ArgsParser.h> |