aboutsummaryrefslogtreecommitdiffstats
path: root/mpm/lib/mykonos/ad937x_device.hpp
diff options
context:
space:
mode:
authorMartin Braun <martin.braun@ettus.com>2017-03-23 15:40:28 -0700
committerMartin Braun <martin.braun@ettus.com>2017-12-22 15:03:44 -0800
commit6d332e5ca4a7311406ac285f827c31c9e5b94280 (patch)
tree77098d97db8e8884124d66617721724821a80ced /mpm/lib/mykonos/ad937x_device.hpp
parentef6326a174e6880be5e2eaeac26a2c5de0768807 (diff)
downloaduhd-6d332e5ca4a7311406ac285f827c31c9e5b94280.tar.gz
uhd-6d332e5ca4a7311406ac285f827c31c9e5b94280.tar.bz2
uhd-6d332e5ca4a7311406ac285f827c31c9e5b94280.zip
mpm: move public includes into include/
Diffstat (limited to 'mpm/lib/mykonos/ad937x_device.hpp')
-rw-r--r--mpm/lib/mykonos/ad937x_device.hpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/mpm/lib/mykonos/ad937x_device.hpp b/mpm/lib/mykonos/ad937x_device.hpp
index 52d25abba..4fedc05f0 100644
--- a/mpm/lib/mykonos/ad937x_device.hpp
+++ b/mpm/lib/mykonos/ad937x_device.hpp
@@ -24,9 +24,9 @@
#include "mpm/spi/adi_ctrl.hpp"
// TODO: fix path of UHD includes
-#include <../../host/include/uhd/types/direction.hpp>
-#include <../../host/include/uhd/types/ranges.hpp>
-#include <../../host/include/uhd/exception.hpp>
+#include <uhd/types/direction.hpp>
+#include <uhd/types/ranges.hpp>
+#include <uhd/exception.hpp>
#include <boost/noncopyable.hpp>
#include <mutex>
@@ -100,4 +100,4 @@ private:
static uint8_t _convert_rx_gain(double gain);
static uint16_t _convert_tx_gain(double gain);
-}; \ No newline at end of file
+};