aboutsummaryrefslogtreecommitdiffstats
path: root/host/examples/rfnoc_rx_to_file.cpp
diff options
context:
space:
mode:
authorMartin Braun <martin.braun@ettus.com>2018-08-01 18:13:48 -0700
committerMartin Braun <martin.braun@ettus.com>2018-08-02 16:51:59 -0700
commit1f9a58cd0a79789959564318cc55897b43377464 (patch)
tree9398a1df5da04dd9f6f12ca51165bab16df30bc5 /host/examples/rfnoc_rx_to_file.cpp
parent61ac937294a8e91163e2635365ede10ed40ec3b8 (diff)
downloaduhd-1f9a58cd0a79789959564318cc55897b43377464.tar.gz
uhd-1f9a58cd0a79789959564318cc55897b43377464.tar.bz2
uhd-1f9a58cd0a79789959564318cc55897b43377464.zip
rfnoc: examples: Removed some legacy code patterns from RFNoC examples
- Unnecessary use of Boost - Use of thread_priority.hpp
Diffstat (limited to 'host/examples/rfnoc_rx_to_file.cpp')
-rw-r--r--host/examples/rfnoc_rx_to_file.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/host/examples/rfnoc_rx_to_file.cpp b/host/examples/rfnoc_rx_to_file.cpp
index 00823daff..ff20d0000 100644
--- a/host/examples/rfnoc_rx_to_file.cpp
+++ b/host/examples/rfnoc_rx_to_file.cpp
@@ -17,7 +17,7 @@
#include <uhd/types/tune_request.hpp>
#include <uhd/types/sensors.hpp>
-#include <uhd/utils/thread_priority.hpp>
+#include <uhd/utils/thread.hpp>
#include <uhd/utils/safe_main.hpp>
#include <uhd/device3.hpp>
#include <uhd/rfnoc/radio_ctrl.hpp>