diff options
author | Tom Rondeau | 2012-12-12 16:00:42 -0500 |
---|---|---|
committer | Tom Rondeau | 2012-12-12 16:00:42 -0500 |
commit | f62d61c12e158255925da6af0ec430e122ef6ca2 (patch) | |
tree | 5708800aa6610d547cb4f4a36293348bc28b4941 | |
parent | 74817aee3eda6a8878b14e016091277d978b8cb5 (diff) | |
download | gnuradio-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.h | 2 | ||||
-rw-r--r-- | gnuradio-core/src/lib/io/gr_stream_pdu_base.h | 3 |
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 |