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/Utilities/sed.cpp | |
parent | 606a3982f34d777f121fcc4aa964141199676c20 (diff) | |
download | serenity-874c7bba289222916911caf3102c77ee3a261d77.zip |
LibCore: Remove `Stream.h`
Diffstat (limited to 'Userland/Utilities/sed.cpp')
-rw-r--r-- | Userland/Utilities/sed.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Userland/Utilities/sed.cpp b/Userland/Utilities/sed.cpp index cd1d4363e2..abb1057204 100644 --- a/Userland/Utilities/sed.cpp +++ b/Userland/Utilities/sed.cpp @@ -9,7 +9,6 @@ #include <AK/Vector.h> #include <LibCore/ArgsParser.h> #include <LibCore/File.h> -#include <LibCore/Stream.h> #include <LibCore/System.h> #include <LibMain/Main.h> #include <LibRegex/RegexMatcher.h> |