diff options
Diffstat (limited to 'gr-trellis/include/trellis/encoder_XX.h.t')
-rw-r--r-- | gr-trellis/include/trellis/encoder_XX.h.t | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gr-trellis/include/trellis/encoder_XX.h.t b/gr-trellis/include/trellis/encoder_XX.h.t index 9ca7cb30c..390179720 100644 --- a/gr-trellis/include/trellis/encoder_XX.h.t +++ b/gr-trellis/include/trellis/encoder_XX.h.t @@ -27,7 +27,7 @@ #include <trellis/api.h> #include <trellis/fsm.h> -#include <gr_sync_block.h> +#include <gnuradio/sync_block.h> namespace gr { namespace trellis { @@ -36,7 +36,7 @@ namespace gr { * \brief Convolutional encoder. * \ingroup trellis_coding_blk */ - class TRELLIS_API @NAME@ : virtual public gr_sync_block + class TRELLIS_API @NAME@ : virtual public sync_block { public: // gr::trellis::@BASE_NAME@::sptr |