diff options
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> |