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/Applets | |
parent | 606a3982f34d777f121fcc4aa964141199676c20 (diff) | |
download | serenity-874c7bba289222916911caf3102c77ee3a261d77.zip |
LibCore: Remove `Stream.h`
Diffstat (limited to 'Userland/Applets')
-rw-r--r-- | Userland/Applets/Network/main.cpp | 1 | ||||
-rw-r--r-- | Userland/Applets/ResourceGraph/main.cpp | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/Userland/Applets/Network/main.cpp b/Userland/Applets/Network/main.cpp index 88d6646298..dcc936bfea 100644 --- a/Userland/Applets/Network/main.cpp +++ b/Userland/Applets/Network/main.cpp @@ -7,7 +7,6 @@ #include <LibCore/ArgsParser.h> #include <LibCore/File.h> -#include <LibCore/Stream.h> #include <LibCore/System.h> #include <LibGUI/Action.h> #include <LibGUI/Application.h> diff --git a/Userland/Applets/ResourceGraph/main.cpp b/Userland/Applets/ResourceGraph/main.cpp index 2716c2ad96..665219db9f 100644 --- a/Userland/Applets/ResourceGraph/main.cpp +++ b/Userland/Applets/ResourceGraph/main.cpp @@ -9,7 +9,6 @@ #include <AK/CircularQueue.h> #include <AK/JsonObject.h> #include <LibCore/ArgsParser.h> -#include <LibCore/Stream.h> #include <LibCore/System.h> #include <LibGUI/Application.h> #include <LibGUI/Frame.h> |