summaryrefslogtreecommitdiffstats
path: root/gst/audioresample/buffer.c
diff options
context:
space:
mode:
Diffstat (limited to 'gst/audioresample/buffer.c')
-rw-r--r--gst/audioresample/buffer.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/gst/audioresample/buffer.c b/gst/audioresample/buffer.c
index f72e6056..679fa020 100644
--- a/gst/audioresample/buffer.c
+++ b/gst/audioresample/buffer.c
@@ -3,10 +3,11 @@
#include "config.h"
#endif
-#include <audioresample/buffer.h>
#include <glib.h>
#include <string.h>
-#include <audioresample/debug.h>
+
+#include "buffer.h"
+#include "debug.h"
static void audioresample_buffer_free_mem (AudioresampleBuffer * buffer,
void *);