Skip to content

Commit

Permalink
Applets: Remove unused header includes
Browse files Browse the repository at this point in the history
  • Loading branch information
bgianfo authored and gunnarbeutner committed Aug 1, 2021
1 parent d1644c2 commit 2faa73f
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 4 deletions.
1 change: 0 additions & 1 deletion Userland/Applets/Audio/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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>

Expand Down
2 changes: 0 additions & 2 deletions Userland/Applets/DesktopPicker/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down
1 change: 0 additions & 1 deletion Userland/Applets/ResourceGraph/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit 2faa73f

Please sign in to comment.