r7939: Initial working version of fftw3 conversion -- tested only with pjrec
[ctsim.git] / include / filter.h
index d8444a6a972b12f750857bd48716cd373c4fe942..5974e9488cd0894bf1ab60b44daae02e8ed630e2 100644 (file)
@@ -9,7 +9,7 @@
 **  This is part of the CTSim program
 **  Copyright (c) 1983-2001 Kevin Rosenberg
 **
-**  $Id: filter.h,v 1.27 2001/02/22 18:22:40 kevin Exp $
+**  $Id$
 **
 **  This program is free software; you can redistribute it and/or modify
 **  it under the terms of the GNU General Public License (version 2) as
@@ -33,8 +33,7 @@
 #include "config.h"
 #endif
 #ifdef HAVE_FFTW
-#include <fftw.h>
-#include <rfftw.h>
+#include <fftw3.h>
 #endif