#include "fvec.h"
#include "effects/pitchshift.h"
-#include "rubberband/rubberband-c.h"
+#include <rubberband/rubberband-c.h>
/** generic pitch shifting structure */
struct _aubio_pitchshift_t
#ifdef HAVE_RUBBERBAND
-#include "rubberband/rubberband-c.h"
+#include <rubberband/rubberband-c.h>
// check rubberband is 1.8.1, warn if 1.3
#if !((RUBBERBAND_API_MAJOR_VERSION >= 2) && \
*/
-#include "config.h"
+#include "aubio_priv.h"
#ifndef HAVE_RUBBERBAND
-#include "aubio_priv.h"
#include "fvec.h"
#include "effects/timestretch.h"
*/
-#include "config.h"
+#include "aubio_priv.h"
#ifdef HAVE_RUBBERBAND
-#include "aubio_priv.h"
#include "fvec.h"
#include "fmat.h"
#include "io/source.h"
#include "effects/timestretch.h"
-#include "rubberband/rubberband-c.h"
+#include <rubberband/rubberband-c.h>
#define MIN_STRETCH_RATIO 0.025
#define MAX_STRETCH_RATIO 40.