summaryrefslogtreecommitdiffstats
path: root/gst/audioresample/resample_functable.c
diff options
context:
space:
mode:
Diffstat (limited to 'gst/audioresample/resample_functable.c')
-rw-r--r--gst/audioresample/resample_functable.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/gst/audioresample/resample_functable.c b/gst/audioresample/resample_functable.c
index af5f9253..7db06ff8 100644
--- a/gst/audioresample/resample_functable.c
+++ b/gst/audioresample/resample_functable.c
@@ -29,9 +29,9 @@
#include <limits.h>
#include <liboil/liboil.h>
-#include <audioresample/resample.h>
-#include <audioresample/buffer.h>
-#include <audioresample/debug.h>
+#include "resample.h"
+#include "buffer.h"
+#include "debug.h"
static void
func_sinc (double *fx, double *dfx, double x, void *closure)