summaryrefslogtreecommitdiff
path: root/gr-analog/lib/ctcss_squelch_ff_impl.h
diff options
context:
space:
mode:
Diffstat (limited to 'gr-analog/lib/ctcss_squelch_ff_impl.h')
-rw-r--r--gr-analog/lib/ctcss_squelch_ff_impl.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/gr-analog/lib/ctcss_squelch_ff_impl.h b/gr-analog/lib/ctcss_squelch_ff_impl.h
index 0827fbafe3..8954b213e2 100644
--- a/gr-analog/lib/ctcss_squelch_ff_impl.h
+++ b/gr-analog/lib/ctcss_squelch_ff_impl.h
@@ -23,9 +23,9 @@
#ifndef INCLUDED_ANALOG_CTCSS_SQUELCH_FF_IMPL_H
#define INCLUDED_ANALOG_CTCSS_SQUELCH_FF_IMPL_H
-#include <analog/ctcss_squelch_ff.h>
#include "squelch_base_ff_impl.h"
-#include <fft/goertzel.h>
+#include <gnuradio/analog/ctcss_squelch_ff.h>
+#include <gnuradio/fft/goertzel.h>
namespace gr {
namespace analog {