LibIPC: Remove unused header in Connection

This commit is contained in:
Ben Wiederhake 2026-02-21 17:06:41 +01:00 committed by Jelle Raaijmakers
parent 7fb7025d69
commit 738294f4cd

View file

@ -7,7 +7,6 @@
*/
#include <AK/Vector.h>
#include <LibCore/Socket.h>
#include <LibIPC/Connection.h>
#include <LibIPC/Message.h>
#include <LibIPC/Stub.h>