From: Paul Brossier Date: Thu, 6 Dec 2018 14:22:50 +0000 (+0100) Subject: [pitchshift] do not include config.h directly X-Git-Url: https://git.aubio.org/?a=commitdiff_plain;h=78a564b0be96a5ece7d3e049abad9fb81a66b9a2;p=aubio.git [pitchshift] do not include config.h directly --- diff --git a/src/effects/pitchshift_dummy.c b/src/effects/pitchshift_dummy.c index a43c8cf7..ed16ca00 100644 --- a/src/effects/pitchshift_dummy.c +++ b/src/effects/pitchshift_dummy.c @@ -18,11 +18,10 @@ */ -#include "config.h" +#include "aubio_priv.h" #ifndef HAVE_RUBBERBAND -#include "aubio_priv.h" #include "fvec.h" #include "effects/pitchshift.h" diff --git a/src/effects/pitchshift_rubberband.c b/src/effects/pitchshift_rubberband.c index 4bba0692..6756b73c 100644 --- a/src/effects/pitchshift_rubberband.c +++ b/src/effects/pitchshift_rubberband.c @@ -18,11 +18,10 @@ */ -#include "config.h" +#include "aubio_priv.h" #ifdef HAVE_RUBBERBAND -#include "aubio_priv.h" #include "fvec.h" #include "effects/pitchshift.h" diff --git a/src/effects/rubberband_utils.c b/src/effects/rubberband_utils.c index 55dbe3cc..d47152d7 100644 --- a/src/effects/rubberband_utils.c +++ b/src/effects/rubberband_utils.c @@ -1,6 +1,5 @@ -#include "config.h" #include "aubio_priv.h" #ifdef HAVE_RUBBERBAND