summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibIPC
diff options
context:
space:
mode:
authorAndreas Kling <kling@serenityos.org>2023-03-06 17:39:59 +0100
committerAndreas Kling <kling@serenityos.org>2023-03-06 23:46:35 +0100
commit21db2b7b903d8c35151174fb18f947db5227eab7 (patch)
tree3d9887ae3166e681e4b2137c7c961dde368c25a5 /Userland/Libraries/LibIPC
parent359d6e7b0b0ef7add9eb2015d0dd664a82cf73d7 (diff)
downloadserenity-21db2b7b903d8c35151174fb18f947db5227eab7.zip
Everywhere: Remove NonnullOwnPtr.h includes
Diffstat (limited to 'Userland/Libraries/LibIPC')
-rw-r--r--Userland/Libraries/LibIPC/Connection.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/Userland/Libraries/LibIPC/Connection.h b/Userland/Libraries/LibIPC/Connection.h
index bbd08bf3fe..42dc247d30 100644
--- a/Userland/Libraries/LibIPC/Connection.h
+++ b/Userland/Libraries/LibIPC/Connection.h
@@ -8,7 +8,6 @@
#pragma once
#include <AK/ByteBuffer.h>
-#include <AK/NonnullOwnPtrVector.h>
#include <AK/Try.h>
#include <LibCore/Event.h>
#include <LibCore/EventLoop.h>