summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcus Müller <mmueller@gnuradio.org>2019-10-05 17:38:27 +0200
committerMartin Braun <martin.braun@ettus.com>2020-01-02 18:06:50 -0800
commit356e7071681ca9ce1f4e9e76e5b668018c86558d (patch)
tree2332138507541e2fdc37a66c83f2420584f89ebc
parent1c4cdadb6522f25be5a0c84d1bbe0df51c40d78d (diff)
channels: selective_fading_model include cleanup
-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>