diff options
Diffstat (limited to 'gr-blocks/lib/lfsr_32k_source_s_impl.h')
-rw-r--r-- | gr-blocks/lib/lfsr_32k_source_s_impl.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gr-blocks/lib/lfsr_32k_source_s_impl.h b/gr-blocks/lib/lfsr_32k_source_s_impl.h index b8c684e8d6..40fc6b6d84 100644 --- a/gr-blocks/lib/lfsr_32k_source_s_impl.h +++ b/gr-blocks/lib/lfsr_32k_source_s_impl.h @@ -23,9 +23,9 @@ #ifndef INCLUDED_GR_LFSR_32K_SOURCE_S_IMPL_H #define INCLUDED_GR_LFSR_32K_SOURCE_S_IMPL_H -#include <blocks/lfsr_32k_source_s.h> -#include <blocks/lfsr_32k.h> -#include <gr_sync_block.h> +#include <gnuradio/blocks/lfsr_32k_source_s.h> +#include <gnuradio/blocks/lfsr_32k.h> +#include <gnuradio/sync_block.h> namespace gr { namespace blocks { |