summaryrefslogtreecommitdiff
path: root/gr-fec/lib/ldpc_decoder.cc
diff options
context:
space:
mode:
Diffstat (limited to 'gr-fec/lib/ldpc_decoder.cc')
-rw-r--r--gr-fec/lib/ldpc_decoder.cc1
1 files changed, 0 insertions, 1 deletions
diff --git a/gr-fec/lib/ldpc_decoder.cc b/gr-fec/lib/ldpc_decoder.cc
index e493228e9d..05b8339655 100644
--- a/gr-fec/lib/ldpc_decoder.cc
+++ b/gr-fec/lib/ldpc_decoder.cc
@@ -12,7 +12,6 @@
#include <gnuradio/fec/ldpc_decoder.h>
#include <gnuradio/fec/maxstar.h>
#include <volk/volk.h>
-#include <boost/assign/list_of.hpp>
#include <algorithm> // for std::reverse
#include <cmath>
#include <cstdio>