diff options
Diffstat (limited to 'Userland/Libraries/LibIPC')
-rw-r--r-- | Userland/Libraries/LibIPC/Connection.h | 1 |
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> |