aboutsummaryrefslogtreecommitdiffstats
path: root/src/portaudio.c
diff options
context:
space:
mode:
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;
};