diff options
Diffstat (limited to 'host/tests/client_zero_test.cpp')
-rw-r--r-- | host/tests/client_zero_test.cpp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/host/tests/client_zero_test.cpp b/host/tests/client_zero_test.cpp index e97dd83e2..927161418 100644 --- a/host/tests/client_zero_test.cpp +++ b/host/tests/client_zero_test.cpp @@ -5,6 +5,7 @@ // #include <uhd/rfnoc/register_iface.hpp> +#include <uhd/rfnoc/mock_block.hpp> #include <uhd/utils/log.hpp> #include <uhdlib/rfnoc/client_zero.hpp> #include <uhdlib/utils/narrow.hpp> @@ -14,8 +15,6 @@ #include <cstring> #include <memory> -#include "rfnoc_mock_reg_iface.hpp" - using namespace uhd; using namespace uhd::rfnoc; |