summaryrefslogtreecommitdiff
path: root/config/os
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2012-02-08 12:12:05 -0500
committerPaul Davis <paul@linuxaudiosystems.com>2012-02-08 12:12:05 -0500
commitd094819df40afbe74992d400795e936737ddba20 (patch)
treecab9da68345c6361285d499ca746474529015d82 /config/os
parent46ef653917ce92381c1f48bb8ad88f9aee44fa87 (diff)
downloadjack1-d094819df40afbe74992d400795e936737ddba20.tar.gz
#include changes to reflect separation of public and private headers
Diffstat (limited to 'config/os')
-rw-r--r--config/os/generic/sanitycheck.c2
-rw-r--r--config/os/gnu-linux/sanitycheck.c4
-rw-r--r--config/os/gnu-linux/systemtest.c2
-rw-r--r--config/os/macosx/ipc.h6
4 files changed, 7 insertions, 7 deletions
diff --git a/config/os/generic/sanitycheck.c b/config/os/generic/sanitycheck.c
index 2f818c7..8968b2c 100644
--- a/config/os/generic/sanitycheck.c
+++ b/config/os/generic/sanitycheck.c
@@ -1,4 +1,4 @@
-#include <jack/sanitycheck.h>
+#include "sanitycheck.h"
int
sanitycheck (int a, int b)
diff --git a/config/os/gnu-linux/sanitycheck.c b/config/os/gnu-linux/sanitycheck.c
index 237b056..65f962c 100644
--- a/config/os/gnu-linux/sanitycheck.c
+++ b/config/os/gnu-linux/sanitycheck.c
@@ -19,8 +19,8 @@
**/
#include <stdio.h>
-#include <jack/systemtest.h>
-#include <jack/sanitycheck.h>
+#include "systemtest.h"
+#include "sanitycheck.h"
int sanitycheck (int care_about_realtime,
int care_about_freqscaling)
diff --git a/config/os/gnu-linux/systemtest.c b/config/os/gnu-linux/systemtest.c
index 985d5a8..3f56982 100644
--- a/config/os/gnu-linux/systemtest.c
+++ b/config/os/gnu-linux/systemtest.c
@@ -40,7 +40,7 @@
#include <stdio.h>
#include <errno.h>
-#include <jack/systemtest.h>
+#include "systemtest.h"
/**
* This function checks for the existence of known frequency scaling mechanisms
diff --git a/config/os/macosx/ipc.h b/config/os/macosx/ipc.h
index 64bc251..8c0e546 100644
--- a/config/os/macosx/ipc.h
+++ b/config/os/macosx/ipc.h
@@ -24,9 +24,9 @@
#include <mach/mach_error.h>
#include <servers/bootstrap.h>
-#include <jack/internal.h>
-#include <jack/engine.h>
-#include <libjack/local.h> /* JOQ: fix me */
+#include "internal.h"
+#include "engine.h"
+#include "libjack/local.h" /* JOQ: fix me */
/*
RPC without time out can put the jack server in a blocked state