/* PipeWire AGL Cluster IPC * * Copyright © 2021 Collabora Ltd. * @author Julian Bouzas * * SPDX-License-Identifier: MIT */ #ifndef __ICIPC_H__ #define __ICIPC_H__ #include "protocol.h" #include "receiver.h" #include "sender.h" #include "server.h" #include "client.h" #endif