diff options
author | Martin Braun <martin.braun@ettus.com> | 2018-04-06 11:36:04 -0700 |
---|---|---|
committer | Martin Braun <martin.braun@ettus.com> | 2018-04-06 18:39:11 -0700 |
commit | d4eaee390db2fefd4564b6054d8d066c437d8cff (patch) | |
tree | a549bdb025674630ccff63d699a6ba63eab4d35f /host/lib/transport | |
parent | bf1d22ffe871c9b4293d87ff0f5abe7511dab00b (diff) | |
download | uhd-d4eaee390db2fefd4564b6054d8d066c437d8cff.tar.gz uhd-d4eaee390db2fefd4564b6054d8d066c437d8cff.tar.bz2 uhd-d4eaee390db2fefd4564b6054d8d066c437d8cff.zip |
lib: move atomic.hpp and system_time.hpp to uhdlib
Diffstat (limited to 'host/lib/transport')
-rw-r--r-- | host/lib/transport/nirio_zero_copy.cpp | 2 | ||||
-rw-r--r-- | host/lib/transport/tcp_zero_copy.cpp | 2 | ||||
-rw-r--r-- | host/lib/transport/udp_zero_copy.cpp | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/host/lib/transport/nirio_zero_copy.cpp b/host/lib/transport/nirio_zero_copy.cpp index 6ef83ee83..418e78d09 100644 --- a/host/lib/transport/nirio_zero_copy.cpp +++ b/host/lib/transport/nirio_zero_copy.cpp @@ -10,7 +10,7 @@ #include <uhd/transport/nirio/nirio_fifo.h> #include <uhd/utils/log.hpp> -#include <uhd/utils/atomic.hpp> +#include <uhdlib/utils/atomic.hpp> #include <boost/format.hpp> #include <boost/make_shared.hpp> #include <boost/date_time/posix_time/posix_time.hpp> diff --git a/host/lib/transport/tcp_zero_copy.cpp b/host/lib/transport/tcp_zero_copy.cpp index 5a5937c13..ddbc6b786 100644 --- a/host/lib/transport/tcp_zero_copy.cpp +++ b/host/lib/transport/tcp_zero_copy.cpp @@ -10,7 +10,7 @@ #include <uhd/transport/buffer_pool.hpp> #include <uhd/utils/log.hpp> -#include <uhd/utils/atomic.hpp> +#include <uhdlib/utils/atomic.hpp> #include <boost/format.hpp> #include <boost/make_shared.hpp> #include <boost/thread/thread.hpp> //sleep diff --git a/host/lib/transport/udp_zero_copy.cpp b/host/lib/transport/udp_zero_copy.cpp index de1405a38..dc87d7e4c 100644 --- a/host/lib/transport/udp_zero_copy.cpp +++ b/host/lib/transport/udp_zero_copy.cpp @@ -11,7 +11,7 @@ #include <uhd/transport/buffer_pool.hpp> #include <uhd/utils/log.hpp> -#include <uhd/utils/atomic.hpp> +#include <uhdlib/utils/atomic.hpp> #include <boost/format.hpp> #include <boost/make_shared.hpp> #include <boost/thread/thread.hpp> //sleep |