diff plugins/ChromagramPlugin.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 641ce27165bd
line wrap: on
line diff
--- a/plugins/ChromagramPlugin.h	Thu Apr 06 10:45:20 2006 +0000
+++ b/plugins/ChromagramPlugin.h	Thu Apr 06 12:02:34 2006 +0000
@@ -7,13 +7,11 @@
     All rights reserved.
 */
 
-//!!! This guard inadequate, must be unique to plugin if plugin is to
-//be compilable in with app as well as being, well, a plugin
 #ifndef _CHROMAGRAM_PLUGIN_H_
 #define _CHROMAGRAM_PLUGIN_H_
 
-#include "vamp-sdk/Plugin.h"
-#include "dsp/chromagram/Chromagram.h"
+#include <vamp-sdk/Plugin.h>
+#include <dsp/chromagram/Chromagram.h>
 
 #include <queue>