From: Paul Brossier Date: Wed, 21 Oct 2009 13:41:35 +0000 (+0200) Subject: src/aubio.h: remove HAVE_SAMPLERATE, not needed here X-Git-Tag: bzr2git~86 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=3ad2ef6fdb1e7a5e3a67623334f4b54d35e3e3d8;p=aubio.git src/aubio.h: remove HAVE_SAMPLERATE, not needed here --- diff --git a/src/aubio.h b/src/aubio.h index 6e300082..433a4253 100644 --- a/src/aubio.h +++ b/src/aubio.h @@ -68,9 +68,7 @@ extern "C" #include "utils/scale.h" #include "utils/hist.h" #include "spectral/tss.h" -#if HAVE_SAMPLERATE #include "temporal/resampler.h" -#endif /* HAVE_SAMPLERATE */ #include "temporal/filter.h" #include "temporal/biquad.h" #include "temporal/a_weighting.h"