From b4a3042da84420b80db0c81b90cd2df40a18f1c9 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Thu, 17 Oct 2019 15:43:18 +0200 Subject: Clean up includes --- src/portaudio.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/portaudio.c') diff --git a/src/portaudio.c b/src/portaudio.c index 1425e4d..bbcf008 100644 --- a/src/portaudio.c +++ b/src/portaudio.c @@ -14,13 +14,13 @@ OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ +#include "jalv_internal.h" +#include "worker.h" + #include #include #include -#include "jalv_internal.h" -#include "worker.h" - struct JalvBackend { PaStream* stream; }; -- cgit v1.2.1