From 3f0772d23e92fe69213d0af908ecedeba9a03596 Mon Sep 17 00:00:00 2001 From: Paul Brossier Date: Mon, 30 Dec 2013 22:48:43 -0400 Subject: [PATCH] plugins/: update aubio header location to --- 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 5bf32aa..16977fa 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 65b4e70..961b44c 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 f402ccc..86c9b61 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 2081ef5..369b489 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 16e6485..9eff510 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