aboutsummaryrefslogtreecommitdiffstats
path: root/mpm/python/pyusrp_periphs/e320/pyusrp_periphs.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'mpm/python/pyusrp_periphs/e320/pyusrp_periphs.cpp')
-rw-r--r--mpm/python/pyusrp_periphs/e320/pyusrp_periphs.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/mpm/python/pyusrp_periphs/e320/pyusrp_periphs.cpp b/mpm/python/pyusrp_periphs/e320/pyusrp_periphs.cpp
index 74a3647db..2a3c01064 100644
--- a/mpm/python/pyusrp_periphs/e320/pyusrp_periphs.cpp
+++ b/mpm/python/pyusrp_periphs/e320/pyusrp_periphs.cpp
@@ -18,13 +18,11 @@ PYBIND11_DECLARE_HOLDER_TYPE(T, boost::shared_ptr<T>);
#include <mpm/dboards/neon_manager.hpp>
#include <mpm/spi/spi_python.hpp>
#include <mpm/types/types_python.hpp>
-#include <mpm/xbar_iface.hpp>
PYBIND11_MODULE(libpyusrp_periphs, m)
{
export_types(m);
export_spi(m);
- export_xbar(m);
export_catalina(m);
export_neon(m);
}