aboutsummaryrefslogtreecommitdiffstats
path: root/host/lib/usrp/dboard
diff options
context:
space:
mode:
authorJosh Blum <josh@joshknows.com>2010-04-01 15:08:52 -0700
committerJosh Blum <josh@joshknows.com>2010-04-01 15:08:52 -0700
commit91ef18021c0f0f5fe8ff7705e23b5f1a6b25162f (patch)
tree99489ac15e0ae262f2c0bb9a477a08c6282f47b6 /host/lib/usrp/dboard
parent792fad3afca0eb45fdc3eb27b5d1678c507d4724 (diff)
downloaduhd-91ef18021c0f0f5fe8ff7705e23b5f1a6b25162f.tar.gz
uhd-91ef18021c0f0f5fe8ff7705e23b5f1a6b25162f.tar.bz2
uhd-91ef18021c0f0f5fe8ff7705e23b5f1a6b25162f.zip
moved props into usrp and multiple hpp files
Diffstat (limited to 'host/lib/usrp/dboard')
-rw-r--r--host/lib/usrp/dboard/db_basic_and_lf.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/host/lib/usrp/dboard/db_basic_and_lf.cpp b/host/lib/usrp/dboard/db_basic_and_lf.cpp
index 977eb3d49..be4e646ed 100644
--- a/host/lib/usrp/dboard/db_basic_and_lf.cpp
+++ b/host/lib/usrp/dboard/db_basic_and_lf.cpp
@@ -15,7 +15,7 @@
// along with this program. If not, see <http://www.gnu.org/licenses/>.
//
-#include <uhd/props.hpp>
+#include <uhd/usrp/subdev_props.hpp>
#include <uhd/types/ranges.hpp>
#include <uhd/utils/assert.hpp>
#include <uhd/utils/static.hpp>