aboutsummaryrefslogtreecommitdiffstats
path: root/host/lib
diff options
context:
space:
mode:
authorJosh Blum <josh@joshknows.com>2010-07-03 16:50:45 -0700
committerJosh Blum <josh@joshknows.com>2010-07-05 13:49:00 -0700
commit11f2aa1ea0fd6c28a20c6d85f94e41a06b3a6770 (patch)
tree35f29c651cf400b03c5aba6939dcc03cc35e2ea7 /host/lib
parent52ea9b8f90c56c12e978387aee670b45d93d74a5 (diff)
downloaduhd-11f2aa1ea0fd6c28a20c6d85f94e41a06b3a6770.tar.gz
uhd-11f2aa1ea0fd6c28a20c6d85f94e41a06b3a6770.tar.bz2
uhd-11f2aa1ea0fd6c28a20c6d85f94e41a06b3a6770.zip
uhd: replaced old send and recv with inline wrappers that take a single buffer and look more like the vectored send/recv
Diffstat (limited to 'host/lib')
-rw-r--r--host/lib/transport/vrt_packet_handler.hpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/host/lib/transport/vrt_packet_handler.hpp b/host/lib/transport/vrt_packet_handler.hpp
index 31b7e6614..42cbb7e5a 100644
--- a/host/lib/transport/vrt_packet_handler.hpp
+++ b/host/lib/transport/vrt_packet_handler.hpp
@@ -27,7 +27,6 @@
#include <uhd/transport/vrt_if_packet.hpp>
#include <uhd/transport/convert_types.hpp>
#include <uhd/transport/zero_copy.hpp>
-#include <boost/asio/buffer.hpp>
#include <boost/function.hpp>
#include <stdexcept>
#include <iostream>