cufft_kernels.h missing in cuda 5 installation

I recently installed Cuda 5 and tried to compile a program developed in Cuda 4 and got an error message that /usr/local/cuda/include/cufft_kernels.h cannot be found. Did I fail to get the FFT library installed correctly or did this change?

Thanks

Best I can tell from comparing CUDA 5.0 with older versions of CUDA [down to 3.0], a file of that name does not seem to be part of CUFFT. The public interface of CUFFT is cufft.h, which is all you should need.