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

View File

@@ -12,7 +12,6 @@
#include <LibGUI/Application.h>
#include <LibGUI/Event.h>
#include <LibGUI/Painter.h>
#include <LibGUI/Widget.h>
#include <LibGfx/Bitmap.h>
constexpr size_t grid_resolution = 15;

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>