From e5d7bfb8868f3106db903dbf446fc80ba3539ede Mon Sep 17 00:00:00 2001 From: sletz Date: Fri, 24 Nov 2006 16:51:28 +0000 Subject: [PATCH] Correct include git-svn-id: http://subversion.jackaudio.org/jack/jack2/trunk/jackmp@1311 0c269be4-1314-0410-8aa9-9f06e86f4224 --- tests/jack_cpu.c | 2 +- tests/jack_test.cpp | 8 +++----- 2 files changed, 4 insertions(+), 6 deletions(-) diff --git a/tests/jack_cpu.c b/tests/jack_cpu.c index 6baf1144..3a3c66a9 100644 --- a/tests/jack_cpu.c +++ b/tests/jack_cpu.c @@ -31,7 +31,7 @@ #include #include -#include +#include "jack.h" jack_port_t *input_port; jack_port_t *output_port; diff --git a/tests/jack_test.cpp b/tests/jack_test.cpp index c727b7c2..440e7937 100644 --- a/tests/jack_test.cpp +++ b/tests/jack_test.cpp @@ -33,13 +33,11 @@ #include #include #include -#include -#ifndef WIN32 -#include -#else +#include + #include "jack.h" #include "transport.h" -#endif + #ifdef WIN32 #define M_PI 3.151592653