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/Presenter | |
parent | 606a3982f34d777f121fcc4aa964141199676c20 (diff) | |
download | serenity-874c7bba289222916911caf3102c77ee3a261d77.zip |
LibCore: Remove `Stream.h`
Diffstat (limited to 'Userland/Applications/Presenter')
-rw-r--r-- | Userland/Applications/Presenter/Presentation.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Userland/Applications/Presenter/Presentation.cpp b/Userland/Applications/Presenter/Presentation.cpp index a90da1e9db..f8873a7515 100644 --- a/Userland/Applications/Presenter/Presentation.cpp +++ b/Userland/Applications/Presenter/Presentation.cpp @@ -8,7 +8,6 @@ #include "Presentation.h" #include <AK/JsonObject.h> #include <LibCore/File.h> -#include <LibCore/Stream.h> #include <LibGUI/Window.h> #include <errno_codes.h> |