diff options
author | Josh Blum <josh@joshknows.com> | 2011-07-01 14:03:04 -0700 |
---|---|---|
committer | Josh Blum <josh@joshknows.com> | 2011-07-01 14:03:04 -0700 |
commit | 38eefb2eeaa9c5d83da8abcf5b7efa8eba5fe413 (patch) | |
tree | f8e282851a2e8cca568771601d3a6edacffd2784 /host/lib/usrp/usrp1 | |
parent | 16afe14e35ee7c79d24cbd933060af1c7cbafb13 (diff) | |
download | uhd-38eefb2eeaa9c5d83da8abcf5b7efa8eba5fe413.tar.gz uhd-38eefb2eeaa9c5d83da8abcf5b7efa8eba5fe413.tar.bz2 uhd-38eefb2eeaa9c5d83da8abcf5b7efa8eba5fe413.zip |
usrp: moved fx2 stuff into common folder
Diffstat (limited to 'host/lib/usrp/usrp1')
-rw-r--r-- | host/lib/usrp/usrp1/usrp1_iface.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/host/lib/usrp/usrp1/usrp1_iface.hpp b/host/lib/usrp/usrp1/usrp1_iface.hpp index 3da754a87..c1ac34f25 100644 --- a/host/lib/usrp/usrp1/usrp1_iface.hpp +++ b/host/lib/usrp/usrp1/usrp1_iface.hpp @@ -18,11 +18,11 @@ #ifndef INCLUDED_USRP1_IFACE_HPP #define INCLUDED_USRP1_IFACE_HPP +#include "fx2_ctrl.hpp" #include "wb_iface.hpp" #include <uhd/types/serial.hpp> #include <boost/shared_ptr.hpp> #include <boost/utility.hpp> -#include "../fx2/fx2_ctrl.hpp" /*! * The usrp1 interface class: |