diff options
author | Tim Schumacher <timschumi@gmx.de> | 2023-02-09 03:11:50 +0100 |
---|---|---|
committer | Linus Groh <mail@linusgroh.de> | 2023-02-13 00:50:07 +0000 |
commit | 874c7bba289222916911caf3102c77ee3a261d77 (patch) | |
tree | f23e954dc2455e423b3004473b754cb5a73ddc69 /Userland/Games | |
parent | 606a3982f34d777f121fcc4aa964141199676c20 (diff) | |
download | serenity-874c7bba289222916911caf3102c77ee3a261d77.zip |
LibCore: Remove `Stream.h`
Diffstat (limited to 'Userland/Games')
-rw-r--r-- | Userland/Games/Chess/ChessWidget.cpp | 1 | ||||
-rw-r--r-- | Userland/Games/MasterWord/WordGame.cpp | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/Userland/Games/Chess/ChessWidget.cpp b/Userland/Games/Chess/ChessWidget.cpp index 65e0006a60..8b3532bedc 100644 --- a/Userland/Games/Chess/ChessWidget.cpp +++ b/Userland/Games/Chess/ChessWidget.cpp @@ -11,7 +11,6 @@ #include <AK/String.h> #include <LibCore/DateTime.h> #include <LibCore/File.h> -#include <LibCore/Stream.h> #include <LibGUI/MessageBox.h> #include <LibGUI/Painter.h> #include <LibGfx/AntiAliasingPainter.h> diff --git a/Userland/Games/MasterWord/WordGame.cpp b/Userland/Games/MasterWord/WordGame.cpp index 9a3d1ddfed..8bbea1dfe6 100644 --- a/Userland/Games/MasterWord/WordGame.cpp +++ b/Userland/Games/MasterWord/WordGame.cpp @@ -9,7 +9,6 @@ #include <AK/Random.h> #include <AK/StringView.h> #include <LibConfig/Client.h> -#include <LibCore/Stream.h> #include <LibCore/Timer.h> #include <LibGUI/Application.h> #include <LibGUI/MessageBox.h> |