summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibIPC/Decoder.h
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/Libraries/LibIPC/Decoder.h
parent606a3982f34d777f121fcc4aa964141199676c20 (diff)
downloadserenity-874c7bba289222916911caf3102c77ee3a261d77.zip
LibCore: Remove `Stream.h`
Diffstat (limited to 'Userland/Libraries/LibIPC/Decoder.h')
-rw-r--r--Userland/Libraries/LibIPC/Decoder.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Userland/Libraries/LibIPC/Decoder.h b/Userland/Libraries/LibIPC/Decoder.h
index da81091bb8..5ddc815623 100644
--- a/Userland/Libraries/LibIPC/Decoder.h
+++ b/Userland/Libraries/LibIPC/Decoder.h
@@ -15,7 +15,7 @@
#include <AK/TypeList.h>
#include <AK/Variant.h>
#include <LibCore/SharedCircularQueue.h>
-#include <LibCore/Stream.h>
+#include <LibCore/Socket.h>
#include <LibIPC/Concepts.h>
#include <LibIPC/File.h>
#include <LibIPC/Forward.h>