diff options
author | Martin Braun <martin.braun@ettus.com> | 2019-08-20 10:00:47 -0700 |
---|---|---|
committer | Martin Braun <martin.braun@ettus.com> | 2019-11-26 12:16:25 -0800 |
commit | 7d69dcdcc318ccdf87038b732acbf2bf7c087b60 (patch) | |
tree | 8179f2f4a14be591d7c856f77f13687b45f9a454 /host/examples/rfnoc_nullsource_ce_rx.cpp | |
parent | 1ac6e6f56100a7e8186481ab0715937759f52737 (diff) | |
download | uhd-7d69dcdcc318ccdf87038b732acbf2bf7c087b60.tar.gz uhd-7d69dcdcc318ccdf87038b732acbf2bf7c087b60.tar.bz2 uhd-7d69dcdcc318ccdf87038b732acbf2bf7c087b60.zip |
Remove proto-RFNoC files
This commit removes all files and parts of files that are used by
proto-RFNoC only.
uhd: Fix include CMakeLists.txt, add missing files
Diffstat (limited to 'host/examples/rfnoc_nullsource_ce_rx.cpp')
-rw-r--r-- | host/examples/rfnoc_nullsource_ce_rx.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/host/examples/rfnoc_nullsource_ce_rx.cpp b/host/examples/rfnoc_nullsource_ce_rx.cpp index 640e5bcff..368b6ab5d 100644 --- a/host/examples/rfnoc_nullsource_ce_rx.cpp +++ b/host/examples/rfnoc_nullsource_ce_rx.cpp @@ -20,7 +20,6 @@ // crossbar (provided it has stream-through capabilities) // and then streams the result to the host, writing it into a file. -#include <uhd/device3.hpp> #include <uhd/exception.hpp> #include <uhd/rfnoc/block_control.hpp> #include <uhd/rfnoc/null_block_control.hpp> |