summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--gr-channels/lib/selective_fading_model_impl.cc6
-rw-r--r--gr-channels/lib/selective_fading_model_impl.h4
2 files changed, 0 insertions, 10 deletions
diff --git a/gr-channels/lib/selective_fading_model_impl.cc b/gr-channels/lib/selective_fading_model_impl.cc
index 5bb68d115e..cfa015a4e5 100644
--- a/gr-channels/lib/selective_fading_model_impl.cc
+++ b/gr-channels/lib/selective_fading_model_impl.cc
@@ -27,12 +27,6 @@
#include <gnuradio/io_signature.h>
#include <gnuradio/math.h>
-#include <boost/format.hpp>
-#include <boost/random.hpp>
-
-#include <iostream>
-
-
// FASTSINCOS: 0 = slow native, 1 = gr::fxpt impl, 2 = sincostable.h
#define FASTSINCOS 2
diff --git a/gr-channels/lib/selective_fading_model_impl.h b/gr-channels/lib/selective_fading_model_impl.h
index 64e90a078a..024ec423e3 100644
--- a/gr-channels/lib/selective_fading_model_impl.h
+++ b/gr-channels/lib/selective_fading_model_impl.h
@@ -27,10 +27,6 @@
#include <gnuradio/channels/selective_fading_model.h>
#include <gnuradio/sync_block.h>
-//#include <iostream>
-#include <boost/format.hpp>
-#include <boost/random.hpp>
-
#include "sincostable.h"
#include <gnuradio/fxpt.h>