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/usrp/b100/usb_zero_copy_wrapper.cpp | |
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/usrp/b100/usb_zero_copy_wrapper.cpp')
-rw-r--r-- | host/lib/usrp/b100/usb_zero_copy_wrapper.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/host/lib/usrp/b100/usb_zero_copy_wrapper.cpp b/host/lib/usrp/b100/usb_zero_copy_wrapper.cpp index 7efd061c0..54c367077 100644 --- a/host/lib/usrp/b100/usb_zero_copy_wrapper.cpp +++ b/host/lib/usrp/b100/usb_zero_copy_wrapper.cpp @@ -10,7 +10,7 @@ #include <uhd/utils/byteswap.hpp> #include <uhd/utils/log.hpp> #include <uhd/utils/tasks.hpp> -#include <uhd/utils/atomic.hpp> +#include <uhdlib/utils/atomic.hpp> #include <boost/make_shared.hpp> #include <boost/thread/mutex.hpp> #include <boost/thread/condition_variable.hpp> |