diff options
author | Josh Blum <josh@joshknows.com> | 2010-04-01 15:08:52 -0700 |
---|---|---|
committer | Josh Blum <josh@joshknows.com> | 2010-04-01 15:08:52 -0700 |
commit | 91ef18021c0f0f5fe8ff7705e23b5f1a6b25162f (patch) | |
tree | 99489ac15e0ae262f2c0bb9a477a08c6282f47b6 /host/lib/usrp/usrp2/dboard_impl.cpp | |
parent | 792fad3afca0eb45fdc3eb27b5d1678c507d4724 (diff) | |
download | uhd-91ef18021c0f0f5fe8ff7705e23b5f1a6b25162f.tar.gz uhd-91ef18021c0f0f5fe8ff7705e23b5f1a6b25162f.tar.bz2 uhd-91ef18021c0f0f5fe8ff7705e23b5f1a6b25162f.zip |
moved props into usrp and multiple hpp files
Diffstat (limited to 'host/lib/usrp/usrp2/dboard_impl.cpp')
-rw-r--r-- | host/lib/usrp/usrp2/dboard_impl.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/host/lib/usrp/usrp2/dboard_impl.cpp b/host/lib/usrp/usrp2/dboard_impl.cpp index 29fb32eeb..30883cd50 100644 --- a/host/lib/usrp/usrp2/dboard_impl.cpp +++ b/host/lib/usrp/usrp2/dboard_impl.cpp @@ -18,6 +18,8 @@ #include "usrp2_impl.hpp" #include "usrp2_regs.hpp" +#include <uhd/usrp/subdev_props.hpp> +#include <uhd/usrp/dboard_props.hpp> #include <uhd/utils/assert.hpp> #include <boost/format.hpp> |