diff dsp/keydetection/GetKeyMode.cpp @ 16:2e3f5d2d62c1

* Move dsp/maths to maths ; bring PCA and HMM across from Soundbite
author cannam
date Wed, 09 Jan 2008 10:31:29 +0000
parents 10c3f9df4a07
children eea2a08a75a9
line wrap: on
line diff
--- a/dsp/keydetection/GetKeyMode.cpp	Wed Nov 21 16:53:51 2007 +0000
+++ b/dsp/keydetection/GetKeyMode.cpp	Wed Jan 09 10:31:29 2008 +0000
@@ -3,7 +3,7 @@
 //////////////////////////////////////////////////////////////////////
 
 #include "GetKeyMode.h"
-#include "dsp/maths/MathUtilities.h"
+#include "maths/MathUtilities.h"
 #include "base/Pitch.h"
 
 #include <iostream>