diff options
author | Alex Williams <alex.williams@ni.com> | 2019-01-14 11:08:23 -0800 |
---|---|---|
committer | Brent Stapleton <brent.stapleton@ettus.com> | 2019-01-15 17:14:57 -0800 |
commit | 56c9a23c40417d5848b33b30ab941e8a8dc3c28c (patch) | |
tree | b8b74d08cce371e0a38ade305fdbc9a0f0a0ef70 /host/lib/transport/dpdk_zero_copy.hpp | |
parent | 037a8ddd17f122261689f44c55a68302ae065a87 (diff) | |
download | uhd-56c9a23c40417d5848b33b30ab941e8a8dc3c28c.tar.gz uhd-56c9a23c40417d5848b33b30ab941e8a8dc3c28c.tar.bz2 uhd-56c9a23c40417d5848b33b30ab941e8a8dc3c28c.zip |
transport: Move uhd-dpdk header to uhdlib
Diffstat (limited to 'host/lib/transport/dpdk_zero_copy.hpp')
-rw-r--r-- | host/lib/transport/dpdk_zero_copy.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/host/lib/transport/dpdk_zero_copy.hpp b/host/lib/transport/dpdk_zero_copy.hpp index 0e5e30285..a4b5b4879 100644 --- a/host/lib/transport/dpdk_zero_copy.hpp +++ b/host/lib/transport/dpdk_zero_copy.hpp @@ -8,10 +8,10 @@ #define DPDK_ZERO_COPY_HPP #include <uhd/config.hpp> -#include <uhd/transport/zero_copy.hpp> #include <uhd/types/device_addr.hpp> #include <uhd/utils/static.hpp> #include <uhd/utils/log.hpp> +#include <uhd/transport/zero_copy.hpp> #include <boost/shared_ptr.hpp> #include <string> #include <vector> |