From c4763dbb33c77f064d73147c05194d393cea5d9a Mon Sep 17 00:00:00 2001 From: Thomas Vander Stichele Date: Wed, 24 Aug 2005 14:08:58 +0000 Subject: port audioresample to basetransform Original commit message from CVS: port audioresample to basetransform --- gst/audioresample/resample_ref.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'gst/audioresample/resample_ref.c') diff --git a/gst/audioresample/resample_ref.c b/gst/audioresample/resample_ref.c index a4623e71..6717aa23 100644 --- a/gst/audioresample/resample_ref.c +++ b/gst/audioresample/resample_ref.c @@ -29,9 +29,9 @@ #include #include -#include -#include -#include +#include "resample.h" +#include "buffer.h" +#include "debug.h" static double -- cgit v1.2.1