1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-31 09:48:11 +00:00

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
3 changed files with 0 additions and 4 deletions

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>