summaryrefslogtreecommitdiffstats
path: root/src/polypcore/sound-file-stream.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/polypcore/sound-file-stream.c')
-rw-r--r--src/polypcore/sound-file-stream.c7
1 files changed, 4 insertions, 3 deletions
diff --git a/src/polypcore/sound-file-stream.c b/src/polypcore/sound-file-stream.c
index 881e3077..644e578f 100644
--- a/src/polypcore/sound-file-stream.c
+++ b/src/polypcore/sound-file-stream.c
@@ -30,10 +30,11 @@
#include <sndfile.h>
+#include <polypcore/sink-input.h>
+#include <polypcore/xmalloc.h>
+#include <polypcore/log.h>
+
#include "sound-file-stream.h"
-#include "sink-input.h"
-#include "xmalloc.h"
-#include "log.h"
#define BUF_SIZE (1024*10)