aboutsummaryrefslogtreecommitdiffstats
path: root/host/lib/usrp/n230
diff options
context:
space:
mode:
Diffstat (limited to 'host/lib/usrp/n230')
-rw-r--r--host/lib/usrp/n230/n230_frontend_ctrl.cpp1
-rw-r--r--host/lib/usrp/n230/n230_resource_manager.cpp1
2 files changed, 1 insertions, 1 deletions
diff --git a/host/lib/usrp/n230/n230_frontend_ctrl.cpp b/host/lib/usrp/n230/n230_frontend_ctrl.cpp
index 6da386354..9de106fde 100644
--- a/host/lib/usrp/n230/n230_frontend_ctrl.cpp
+++ b/host/lib/usrp/n230/n230_frontend_ctrl.cpp
@@ -53,6 +53,7 @@ static const boost::uint32_t STATE_TX_TXRX = (TX_ENABLE
| SFDX_TX
| LED_TXRX_TX);
+using namespace uhd::usrp;
class n230_frontend_ctrl_impl : public n230_frontend_ctrl
{
diff --git a/host/lib/usrp/n230/n230_resource_manager.cpp b/host/lib/usrp/n230/n230_resource_manager.cpp
index 2a47c1615..38e689533 100644
--- a/host/lib/usrp/n230/n230_resource_manager.cpp
+++ b/host/lib/usrp/n230/n230_resource_manager.cpp
@@ -24,7 +24,6 @@
#include <uhd/transport/udp_zero_copy.hpp>
#include <uhd/utils/byteswap.hpp>
#include <uhd/utils/msg.hpp>
-#include <uhd/utils/images.hpp>
#include <uhd/utils/platform.hpp>
#include <uhd/utils/paths.hpp>
#include <boost/format.hpp>