From 56f03bb3ae5d72397c4e0fe860629c6cab3d95b0 Mon Sep 17 00:00:00 2001
From: Johnathan Corgan <johnathan@corganlabs.com>
Date: Mon, 29 Apr 2013 21:40:31 -0700
Subject: fft: moved include dir to gnuradio/fft

---
 gr-fft/lib/goertzel_fc_impl.h | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

(limited to 'gr-fft/lib/goertzel_fc_impl.h')

diff --git a/gr-fft/lib/goertzel_fc_impl.h b/gr-fft/lib/goertzel_fc_impl.h
index 426bc71f6b..79b24f15c4 100644
--- a/gr-fft/lib/goertzel_fc_impl.h
+++ b/gr-fft/lib/goertzel_fc_impl.h
@@ -23,8 +23,8 @@
 #ifndef INCLUDED_FFT_GOERTZEL_FC_IMPL_H
 #define INCLUDED_FFT_GOERTZEL_FC_IMPL_H
 
-#include <fft/goertzel_fc.h>
-#include <fft/goertzel.h>
+#include <gnuradio/fft/goertzel_fc.h>
+#include <gnuradio/fft/goertzel.h>
 
 namespace gr {
   namespace fft {
-- 
cgit v1.2.3