aboutsummaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rw-r--r--tests/client-server.c2
-rw-r--r--tests/protocol.c2
-rw-r--r--tests/sender-receiver.c2
3 files changed, 3 insertions, 3 deletions
diff --git a/tests/client-server.c b/tests/client-server.c
index da42aaf..7d1cfc6 100644
--- a/tests/client-server.c
+++ b/tests/client-server.c
@@ -9,7 +9,7 @@
#include <glib.h>
#include <spa/pod/builder.h>
#include <spa/pod/parser.h>
-#include <icipc/icipc.h>
+#include <icipc.h>
#include <unistd.h>
static bool
diff --git a/tests/protocol.c b/tests/protocol.c
index c8291ff..66f645e 100644
--- a/tests/protocol.c
+++ b/tests/protocol.c
@@ -9,7 +9,7 @@
#include <glib.h>
#include <spa/pod/builder.h>
#include <spa/pod/parser.h>
-#include <icipc/icipc.h>
+#include <icipc.h>
static void
test_icipc_protocol ()
diff --git a/tests/sender-receiver.c b/tests/sender-receiver.c
index 8424074..75a10be 100644
--- a/tests/sender-receiver.c
+++ b/tests/sender-receiver.c
@@ -7,7 +7,7 @@
*/
#include <glib.h>
-#include <icipc/icipc.h>
+#include <icipc.h>
#include <unistd.h>
struct event_data {