Avoid reserved preprocessor symbols

This commit is contained in:
Chris Cannam
2021-02-10 11:07:33 +00:00
parent 26dfe35908
commit 7c8fa72c60
27 changed files with 55 additions and 55 deletions

View File

@@ -21,8 +21,8 @@
you must obtain a valid commercial licence before doing so.
*/
#ifndef _PERCUSSIVE_AUDIO_CURVE_H_
#define _PERCUSSIVE_AUDIO_CURVE_H_
#ifndef RUBBERBAND_PERCUSSIVE_AUDIO_CURVE_H
#define RUBBERBAND_PERCUSSIVE_AUDIO_CURVE_H
#include "dsp/AudioCurveCalculator.h"