diff options
Diffstat (limited to 'gr-fft/lib/fft_vfc_fftw.h')
-rw-r--r-- | gr-fft/lib/fft_vfc_fftw.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gr-fft/lib/fft_vfc_fftw.h b/gr-fft/lib/fft_vfc_fftw.h index 1b6f78ba63..2fe292f8ca 100644 --- a/gr-fft/lib/fft_vfc_fftw.h +++ b/gr-fft/lib/fft_vfc_fftw.h @@ -23,8 +23,8 @@ #ifndef INCLUDED_FFT_FFT_VFC_FFTW_IMPL_H #define INCLUDED_FFT_FFT_VFC_FFTW_IMPL_H -#include <fft/fft_vfc.h> -#include <fft/fft.h> +#include <gnuradio/fft/fft_vfc.h> +#include <gnuradio/fft/fft.h> namespace gr { namespace fft { |