From: Paul Brossier Date: Tue, 31 Dec 2013 02:48:43 +0000 (-0400) Subject: plugins/: update aubio header location to X-Git-Tag: 0.5.0~62 X-Git-Url: https://git.aubio.org/?a=commitdiff_plain;h=3f0772d23e92fe69213d0af908ecedeba9a03596;p=vamp-aubio-plugins.git plugins/: update aubio header location to --- 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"