From 76eec45012ee0e4d999c3cc31debee1d533c0731 Mon Sep 17 00:00:00 2001 From: Chris Cannam Date: Wed, 5 Dec 2012 13:49:43 +0000 Subject: [PATCH 1/1] Adjust includes for subrepo aubio --- plugins/Notes.h | 2 +- plugins/Onset.h | 2 +- plugins/Pitch.h | 2 +- plugins/Silence.h | 2 +- plugins/Tempo.h | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/plugins/Notes.h b/plugins/Notes.h index 16977fa..5bf32aa 100644 --- a/plugins/Notes.h +++ b/plugins/Notes.h @@ -18,7 +18,7 @@ #define _NOTES_PLUGIN_H_ #include -#include +#include #include diff --git a/plugins/Onset.h b/plugins/Onset.h index 961b44c..65b4e70 100644 --- a/plugins/Onset.h +++ b/plugins/Onset.h @@ -18,7 +18,7 @@ #define _ONSET_PLUGIN_H_ #include -#include +#include #include "Types.h" diff --git a/plugins/Pitch.h b/plugins/Pitch.h index 86c9b61..f402ccc 100644 --- a/plugins/Pitch.h +++ b/plugins/Pitch.h @@ -18,7 +18,7 @@ #define _PITCH_PLUGIN_H_ #include -#include +#include #include "Types.h" diff --git a/plugins/Silence.h b/plugins/Silence.h index 369b489..2081ef5 100644 --- a/plugins/Silence.h +++ b/plugins/Silence.h @@ -18,7 +18,7 @@ #define _SILENCE_PLUGIN_H_ #include -#include +#include class Silence : public Vamp::Plugin { diff --git a/plugins/Tempo.h b/plugins/Tempo.h index 9eff510..16e6485 100644 --- a/plugins/Tempo.h +++ b/plugins/Tempo.h @@ -18,7 +18,7 @@ #define _TEMPO_PLUGIN_H_ #include -#include +#include #include "Types.h" -- 2.11.0