aboutsummaryrefslogtreecommitdiffstats
path: root/src/portaudio.c
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2019-10-17 15:43:18 +0200
committerDavid Robillard <d@drobilla.net>2019-10-17 15:43:18 +0200
commitb4a3042da84420b80db0c81b90cd2df40a18f1c9 (patch)
tree13ab68db50c61f332b948f248fe1c6b206f88712 /src/portaudio.c
parentba6f8e44590e19ff65274cf919e63f4035130ccb (diff)
downloadjalv-b4a3042da84420b80db0c81b90cd2df40a18f1c9.tar.gz
jalv-b4a3042da84420b80db0c81b90cd2df40a18f1c9.tar.bz2
jalv-b4a3042da84420b80db0c81b90cd2df40a18f1c9.zip
Clean up includes
Diffstat (limited to 'src/portaudio.c')
-rw-r--r--src/portaudio.c6
1 files changed, 3 insertions, 3 deletions
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 <stdio.h>
#include <math.h>
#include <portaudio.h>
-#include "jalv_internal.h"
-#include "worker.h"
-
struct JalvBackend {
PaStream* stream;
};