summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Rondeau2012-12-12 16:00:42 -0500
committerTom Rondeau2012-12-12 16:00:42 -0500
commitf62d61c12e158255925da6af0ec430e122ef6ca2 (patch)
tree5708800aa6610d547cb4f4a36293348bc28b4941
parent74817aee3eda6a8878b14e016091277d978b8cb5 (diff)
downloadgnuradio-f62d61c12e158255925da6af0ec430e122ef6ca2.tar.gz
gnuradio-f62d61c12e158255925da6af0ec430e122ef6ca2.tar.bz2
gnuradio-f62d61c12e158255925da6af0ec430e122ef6ca2.zip
core: these two don't need to include if_tun.h, which causes problems on other platforms.
-rw-r--r--gnuradio-core/src/lib/io/gr_socket_pdu.h2
-rw-r--r--gnuradio-core/src/lib/io/gr_stream_pdu_base.h3
2 files changed, 0 insertions, 5 deletions
diff --git a/gnuradio-core/src/lib/io/gr_socket_pdu.h b/gnuradio-core/src/lib/io/gr_socket_pdu.h
index 3a96a3f97..f554febdc 100644
--- a/gnuradio-core/src/lib/io/gr_socket_pdu.h
+++ b/gnuradio-core/src/lib/io/gr_socket_pdu.h
@@ -30,8 +30,6 @@
#include <gr_stream_pdu_base.h>
#include <boost/asio.hpp>
-#include <linux/if_tun.h>
-
class gr_socket_pdu;
typedef boost::shared_ptr<gr_socket_pdu> gr_socket_pdu_sptr;
diff --git a/gnuradio-core/src/lib/io/gr_stream_pdu_base.h b/gnuradio-core/src/lib/io/gr_stream_pdu_base.h
index dc5dc5c2e..35bacf523 100644
--- a/gnuradio-core/src/lib/io/gr_stream_pdu_base.h
+++ b/gnuradio-core/src/lib/io/gr_stream_pdu_base.h
@@ -28,9 +28,6 @@
#include <gr_message.h>
#include <gr_msg_queue.h>
-#include <linux/if_tun.h>
-
-
/*!
* \brief Gather received items into messages and insert into msgq
* \ingroup sink_blk