aboutsummaryrefslogtreecommitdiffstats
path: root/mpm/python/pyusrp_periphs.cpp
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/python/pyusrp_periphs.cpp
parentef6326a174e6880be5e2eaeac26a2c5de0768807 (diff)
downloaduhd-6d332e5ca4a7311406ac285f827c31c9e5b94280.tar.gz
uhd-6d332e5ca4a7311406ac285f827c31c9e5b94280.tar.bz2
uhd-6d332e5ca4a7311406ac285f827c31c9e5b94280.zip
mpm: move public includes into include/
Diffstat (limited to 'mpm/python/pyusrp_periphs.cpp')
-rw-r--r--mpm/python/pyusrp_periphs.cpp10
1 files changed, 5 insertions, 5 deletions
diff --git a/mpm/python/pyusrp_periphs.cpp b/mpm/python/pyusrp_periphs.cpp
index 348e19c5c..397fab06a 100644
--- a/mpm/python/pyusrp_periphs.cpp
+++ b/mpm/python/pyusrp_periphs.cpp
@@ -27,11 +27,11 @@
//#include "types.hpp"
#include "converters.hpp"
-#include "net_helper.hpp"
-#include "xbar_iface.hpp"
-#include "udev_helper.hpp"
-#include "mykonos/ad937x_ctrl.hpp"
-#include "lmk/lmk04828_spi_iface.hpp"
+#include "mpm/net_helper.hpp"
+#include "mpm/xbar_iface.hpp"
+#include "mpm/udev_helper.hpp"
+#include "mpm/mykonos/ad937x_ctrl.hpp"
+#include "mpm/lmk04828//lmk04828_spi_iface.hpp"
//#include "lib_periphs.hpp"
//#include "dboards.hpp"
#include <boost/noncopyable.hpp>