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/include/uhdlib/usrp/common | |
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/include/uhdlib/usrp/common')
-rw-r--r-- | host/lib/include/uhdlib/usrp/common/recv_packet_demuxer_3000.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/host/lib/include/uhdlib/usrp/common/recv_packet_demuxer_3000.hpp b/host/lib/include/uhdlib/usrp/common/recv_packet_demuxer_3000.hpp index 74807741f..3a17b864e 100644 --- a/host/lib/include/uhdlib/usrp/common/recv_packet_demuxer_3000.hpp +++ b/host/lib/include/uhdlib/usrp/common/recv_packet_demuxer_3000.hpp @@ -8,7 +8,7 @@ #ifndef INCLUDED_LIBUHD_USRP_COMMON_RECV_PACKET_DEMUXER_3000_HPP #define INCLUDED_LIBUHD_USRP_COMMON_RECV_PACKET_DEMUXER_3000_HPP -#include <uhd/utils/system_time.hpp> +#include <uhdlib/utils/system_time.hpp> #include <uhd/config.hpp> #include <uhd/transport/zero_copy.hpp> #include <uhd/utils/log.hpp> |