diff src/ConstantQ.cpp @ 121:2375457f2876

More necessary code, some work on build scripts
author Chris Cannam <c.cannam@qmul.ac.uk>
date Thu, 15 May 2014 14:23:42 +0100
parents 6deec2a51d13
children 8996465e39fc
line wrap: on
line diff
--- a/src/ConstantQ.cpp	Thu May 15 12:29:30 2014 +0100
+++ b/src/ConstantQ.cpp	Thu May 15 14:23:42 2014 +0100
@@ -33,9 +33,9 @@
 
 #include "CQKernel.h"
 
-#include "dsp/rateconversion/Resampler.h"
-#include "maths/MathUtilities.h"
-#include "dsp/transforms/FFT.h"
+#include "dsp/Resampler.h"
+#include "dsp/MathUtilities.h"
+#include "dsp/FFT.h"
 
 #include <algorithm>
 #include <iostream>