From 56c9a23c40417d5848b33b30ab941e8a8dc3c28c Mon Sep 17 00:00:00 2001 From: Alex Williams Date: Mon, 14 Jan 2019 11:08:23 -0800 Subject: transport: Move uhd-dpdk header to uhdlib --- host/lib/transport/dpdk_zero_copy.cpp | 2 +- host/lib/transport/dpdk_zero_copy.hpp | 2 +- host/lib/transport/uhd-dpdk/uhd_dpdk_ctx.h | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) (limited to 'host/lib/transport') diff --git a/host/lib/transport/dpdk_zero_copy.cpp b/host/lib/transport/dpdk_zero_copy.cpp index fab2098c1..2e95efd81 100644 --- a/host/lib/transport/dpdk_zero_copy.cpp +++ b/host/lib/transport/dpdk_zero_copy.cpp @@ -8,7 +8,7 @@ #include #include #include -#include +#include #include #include #include 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 -#include #include #include #include +#include #include #include #include diff --git a/host/lib/transport/uhd-dpdk/uhd_dpdk_ctx.h b/host/lib/transport/uhd-dpdk/uhd_dpdk_ctx.h index ca0fa77b3..d497e5d5a 100644 --- a/host/lib/transport/uhd-dpdk/uhd_dpdk_ctx.h +++ b/host/lib/transport/uhd-dpdk/uhd_dpdk_ctx.h @@ -14,7 +14,7 @@ #include #include #include -#include +#include //#include /* For nice scheduling options later, make sure to separate RX and TX activity */ -- cgit v1.2.3