diff plugins/TonalChangeDetect.h @ 3:991d0fe8bb27

* Add plugin entry point and make it build correctly
author Chris Cannam <c.cannam@qmul.ac.uk>
date Thu, 06 Apr 2006 12:02:34 +0000
parents 3f318eae66a2
children 99dadc93042e
line wrap: on
line diff
--- a/plugins/TonalChangeDetect.h	Thu Apr 06 10:45:20 2006 +0000
+++ b/plugins/TonalChangeDetect.h	Thu Apr 06 12:02:34 2006 +0000
@@ -10,11 +10,11 @@
 #ifndef _TONALCHANGEDETECT_
 #define _TONALCHANGEDETECT_
 
-#include "dsp/chromagram/Chromagram.h"
-#include "dsp/tonal/TonalEstimator.h"
-#include "dsp/tonal/TCSgram.h"
+#include <vamp-sdk/Plugin.h>
 
-#include "vamp-sdk/Plugin.h"
+#include <dsp/chromagram/Chromagram.h>
+#include <dsp/tonal/TonalEstimator.h>
+#include <dsp/tonal/TCSgram.h>
 
 #include <queue>
 #include <vector>