summaryrefslogtreecommitdiff
path: root/Userland/Utilities/headless-browser.cpp
diff options
context:
space:
mode:
authorTim Schumacher <timschumi@gmx.de>2023-02-09 03:11:50 +0100
committerLinus Groh <mail@linusgroh.de>2023-02-13 00:50:07 +0000
commit874c7bba289222916911caf3102c77ee3a261d77 (patch)
treef23e954dc2455e423b3004473b754cb5a73ddc69 /Userland/Utilities/headless-browser.cpp
parent606a3982f34d777f121fcc4aa964141199676c20 (diff)
downloadserenity-874c7bba289222916911caf3102c77ee3a261d77.zip
LibCore: Remove `Stream.h`
Diffstat (limited to 'Userland/Utilities/headless-browser.cpp')
-rw-r--r--Userland/Utilities/headless-browser.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/Userland/Utilities/headless-browser.cpp b/Userland/Utilities/headless-browser.cpp
index 43e2394e5e..52c62d712d 100644
--- a/Userland/Utilities/headless-browser.cpp
+++ b/Userland/Utilities/headless-browser.cpp
@@ -16,7 +16,6 @@
#include <LibCore/ConfigFile.h>
#include <LibCore/DeprecatedFile.h>
#include <LibCore/EventLoop.h>
-#include <LibCore/Stream.h>
#include <LibCore/System.h>
#include <LibCore/SystemServerTakeover.h>
#include <LibCore/Timer.h>