Further relative paths

This commit is contained in:
Chris Cannam
2021-10-04 12:29:48 +01:00
parent 829a208fd0
commit 1f8173b619
2 changed files with 3 additions and 3 deletions

View File

@@ -24,7 +24,7 @@
#ifndef RUBBERBAND_STRETCHERIMPL_H #ifndef RUBBERBAND_STRETCHERIMPL_H
#define RUBBERBAND_STRETCHERIMPL_H #define RUBBERBAND_STRETCHERIMPL_H
#include "rubberband/RubberBandStretcher.h" #include "../rubberband/RubberBandStretcher.h"
#include "dsp/Window.h" #include "dsp/Window.h"
#include "dsp/SincWindow.h" #include "dsp/SincWindow.h"

View File

@@ -21,8 +21,8 @@
you must obtain a valid commercial licence before doing so. you must obtain a valid commercial licence before doing so.
*/ */
#include "rubberband/rubberband-c.h" #include "../rubberband/rubberband-c.h"
#include "rubberband/RubberBandStretcher.h" #include "../rubberband/RubberBandStretcher.h"
struct RubberBandState_ struct RubberBandState_
{ {