Applets: Remove unused header includes

This commit is contained in:
Brian Gianforcaro 2021-07-31 03:53:39 -07:00 committed by Gunnar Beutner
parent d1644c26d6
commit 2faa73ff7d
Notes: sideshowbarker 2024-07-18 07:39:29 +09:00
3 changed files with 0 additions and 4 deletions

View File

@ -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>

View File

@ -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>

View File

@ -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>