diff data/fft/FFTFileCache.h @ 150:4b2ea82fd0ed

* Reorganising code base. This revision probably should compile once more.
author Chris Cannam
date Mon, 31 Jul 2006 14:05:22 +0000
parents 1a42221a1522
children 21792a550ec9
line wrap: on
line diff
--- a/data/fft/FFTFileCache.h	Mon Jul 31 12:03:45 2006 +0000
+++ b/data/fft/FFTFileCache.h	Mon Jul 31 14:05:22 2006 +0000
@@ -16,8 +16,8 @@
 #ifndef _FFT_FILE_CACHE_H_
 #define _FFT_FILE_CACHE_H_
 
-#include "FFTCache.h"
-#include "MatrixFile.h"
+#include "base/FFTCache.h"
+#include "fileio/MatrixFile.h"
 
 #include <QMutex>