Tubes: Remove unused includes

This commit is contained in:
Jelle Raaijmakers 2023-04-10 16:26:23 +02:00 committed by Tim Flynn
parent be303facb8
commit 48d5cde299
Notes: sideshowbarker 2024-07-17 05:18:58 +09:00
2 changed files with 0 additions and 2 deletions

View file

@ -8,7 +8,6 @@
#include <LibCore/ArgsParser.h>
#include <LibCore/System.h>
#include <LibGUI/Application.h>
#include <LibGUI/Icon.h>
#include <LibGUI/Window.h>
#include <LibMain/Main.h>