diff options
author | Jelle Raaijmakers <jelle@gmta.nl> | 2023-04-10 16:26:23 +0200 |
---|---|---|
committer | Tim Flynn <trflynn89@pm.me> | 2023-04-11 06:38:18 -0400 |
commit | 48d5cde29987c55a64809610c63d32654148bcc6 (patch) | |
tree | b2bde92a55ed9d385b8301468700161e73a4fd0c /Userland/Demos/Tubes | |
parent | be303facb84bb417729914c6a9e6be36ef8ca84f (diff) | |
download | serenity-48d5cde29987c55a64809610c63d32654148bcc6.zip |
Tubes: Remove unused includes
Diffstat (limited to 'Userland/Demos/Tubes')
-rw-r--r-- | Userland/Demos/Tubes/Tubes.cpp | 1 | ||||
-rw-r--r-- | Userland/Demos/Tubes/main.cpp | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/Userland/Demos/Tubes/Tubes.cpp b/Userland/Demos/Tubes/Tubes.cpp index e3cc9273e1..a7f2b274a7 100644 --- a/Userland/Demos/Tubes/Tubes.cpp +++ b/Userland/Demos/Tubes/Tubes.cpp @@ -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; diff --git a/Userland/Demos/Tubes/main.cpp b/Userland/Demos/Tubes/main.cpp index d316b2d732..33ae9ecca2 100644 --- a/Userland/Demos/Tubes/main.cpp +++ b/Userland/Demos/Tubes/main.cpp @@ -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> |