summaryrefslogtreecommitdiff
path: root/gr-fec/lib/async_encoder_impl.h
diff options
context:
space:
mode:
Diffstat (limited to 'gr-fec/lib/async_encoder_impl.h')
-rw-r--r--gr-fec/lib/async_encoder_impl.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/gr-fec/lib/async_encoder_impl.h b/gr-fec/lib/async_encoder_impl.h
index 80ae80b7d1..0a07cbabf0 100644
--- a/gr-fec/lib/async_encoder_impl.h
+++ b/gr-fec/lib/async_encoder_impl.h
@@ -23,9 +23,9 @@
#ifndef INCLUDED_FEC_ASYNC_ENCODER_IMPL_H
#define INCLUDED_FEC_ASYNC_ENCODER_IMPL_H
-#include <gnuradio/fec/async_encoder.h>
-#include <gnuradio/blocks/unpack_k_bits.h>
#include <gnuradio/blocks/pack_k_bits.h>
+#include <gnuradio/blocks/unpack_k_bits.h>
+#include <gnuradio/fec/async_encoder.h>
namespace gr {
namespace fec {