diff dsp/tonal/TCSgram.cpp @ 241:a98dd8ec96f8

* Move dsp/maths to maths ; bring PCA and HMM across from Soundbite
author Chris Cannam <c.cannam@qmul.ac.uk>
date Wed, 09 Jan 2008 10:31:29 +0000
parents 49844bc8a895
children e5907ae6de17
line wrap: on
line diff
--- a/dsp/tonal/TCSgram.cpp	Wed Nov 21 16:53:51 2007 +0000
+++ b/dsp/tonal/TCSgram.cpp	Wed Jan 09 10:31:29 2008 +0000
@@ -15,7 +15,7 @@
 #include <iostream>
 #include <limits>
 
-#include "dsp/maths/MathUtilities.h"
+#include "maths/MathUtilities.h"
 
 TCSGram::TCSGram() :
 	m_uNumBins(6)