From: Chris Cannam Date: Wed, 5 Dec 2012 13:49:43 +0000 (+0000) Subject: Adjust includes for subrepo aubio X-Git-Tag: hgimport~6 X-Git-Url: https://git.aubio.org/?p=vamp-aubio-plugins.git;a=commitdiff_plain;h=76eec45012ee0e4d999c3cc31debee1d533c0731 Adjust includes for subrepo aubio --- 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"