[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Commit-gnuradio] [gnuradio] 01/05: channels: delete obsolete includes a
From: |
git |
Subject: |
[Commit-gnuradio] [gnuradio] 01/05: channels: delete obsolete includes and definitions |
Date: |
Sun, 14 Feb 2016 16:33:13 +0000 (UTC) |
This is an automated email from the git hooks/post-receive script.
jcorgan pushed a commit to branch next
in repository gnuradio.
commit c7bc363b6c0e7ffdd4b9ebdd5377202a75302b9e
Author: Bastian Bloessl <address@hidden>
Date: Tue Feb 9 08:14:41 2016 -0800
channels: delete obsolete includes and definitions
---
gr-channels/lib/fading_model_impl.cc | 11 -----------
1 file changed, 11 deletions(-)
diff --git a/gr-channels/lib/fading_model_impl.cc
b/gr-channels/lib/fading_model_impl.cc
index 7eb9d06..721a43f 100644
--- a/gr-channels/lib/fading_model_impl.cc
+++ b/gr-channels/lib/fading_model_impl.cc
@@ -22,17 +22,6 @@
#include "fading_model_impl.h"
#include <gnuradio/io_signature.h>
-#include <iostream>
-
-#include <boost/format.hpp>
-#include <boost/random.hpp>
-
-#include <gnuradio/fxpt.h>
-#include <sincostable.h>
-
-
-// FASTSINCOS: 0 = slow native, 1 = gr::fxpt impl, 2 = sincostable.h
-#define FASTSINCOS 2
namespace gr {