652d09dd8730 — Chris Cannam 10 years ago
Switch to subrepo for bqvec
1 files changed, 3 insertions(+), 3 deletions(-)

M FFT.cpp
M FFT.cpp +3 -3
@@ 4,9 4,9 @@ 
 #include "FFT.h"
 #include "system/Thread.h"
 #include "base/Profiler.h"
-#include "bqvec/Allocators.h"
-#include "bqvec/VectorOps.h"
-#include "bqvec/VectorOpsComplex.h"
+#include "Allocators.h"
+#include "VectorOps.h"
+#include "VectorOpsComplex.h"
 
 //#define FFT_MEASUREMENT 1