diff options
-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> |