diff options
author | Josh Blum <josh@joshknows.com> | 2010-04-12 16:52:18 -0700 |
---|---|---|
committer | Josh Blum <josh@joshknows.com> | 2010-04-12 16:52:18 -0700 |
commit | 389a72ef592d9826eac67ab001da5734909dbfcd (patch) | |
tree | f0652d894debe00d1e5b688dd6c8b2ab0c2c0427 /host/lib/usrp/usrp2/io_impl.cpp | |
parent | 237279419d14a2a19545dd7311b244108edf9dc5 (diff) | |
download | uhd-389a72ef592d9826eac67ab001da5734909dbfcd.tar.gz uhd-389a72ef592d9826eac67ab001da5734909dbfcd.tar.bz2 uhd-389a72ef592d9826eac67ab001da5734909dbfcd.zip |
merged unit type and gpio bank for dboard interface into one type, expanded dboard clock config api
Diffstat (limited to 'host/lib/usrp/usrp2/io_impl.cpp')
-rw-r--r-- | host/lib/usrp/usrp2/io_impl.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/host/lib/usrp/usrp2/io_impl.cpp b/host/lib/usrp/usrp2/io_impl.cpp index a760cbe3d..87fc88ceb 100644 --- a/host/lib/usrp/usrp2/io_impl.cpp +++ b/host/lib/usrp/usrp2/io_impl.cpp @@ -18,7 +18,6 @@ #include "usrp2_impl.hpp" #include <uhd/transport/convert_types.hpp> #include <boost/format.hpp> -#include <complex> #include <iostream> using namespace uhd; |