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/gain_handler.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/gain_handler.cpp')
-rw-r--r-- | host/lib/gain_handler.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/host/lib/gain_handler.cpp b/host/lib/gain_handler.cpp index daf629f0b..36e2e8ed3 100644 --- a/host/lib/gain_handler.cpp +++ b/host/lib/gain_handler.cpp @@ -18,7 +18,7 @@ #include <uhd/utils/gain_handler.hpp> #include <uhd/utils/assert.hpp> #include <uhd/types/ranges.hpp> -#include <uhd/props.hpp> +#include <uhd/utils/props.hpp> #include <boost/assign/list_of.hpp> #include <boost/foreach.hpp> #include <boost/format.hpp> |