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/Applications/Browser/DownloadWidget.cpp | |
parent | 606a3982f34d777f121fcc4aa964141199676c20 (diff) | |
download | serenity-874c7bba289222916911caf3102c77ee3a261d77.zip |
LibCore: Remove `Stream.h`
Diffstat (limited to 'Userland/Applications/Browser/DownloadWidget.cpp')
-rw-r--r-- | Userland/Applications/Browser/DownloadWidget.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Userland/Applications/Browser/DownloadWidget.cpp b/Userland/Applications/Browser/DownloadWidget.cpp index ab6023cf71..1f377c2996 100644 --- a/Userland/Applications/Browser/DownloadWidget.cpp +++ b/Userland/Applications/Browser/DownloadWidget.cpp @@ -10,7 +10,6 @@ #include <AK/StringBuilder.h> #include <LibCore/Proxy.h> #include <LibCore/StandardPaths.h> -#include <LibCore/Stream.h> #include <LibDesktop/Launcher.h> #include <LibGUI/BoxLayout.h> #include <LibGUI/Button.h> |