diff options
author | Josh Blum <josh@joshknows.com> | 2010-02-09 16:28:16 -0800 |
---|---|---|
committer | Josh Blum <josh@joshknows.com> | 2010-02-09 16:28:16 -0800 |
commit | c5480830c6e8e8e862523b3ebf3117fda8a100df (patch) | |
tree | 65aac999502e58efe5cdfad71bef7ddc3d201444 /test/gain_handler_test.cpp | |
parent | dfd7f99eecefc19effd97034048641de9d6b7e94 (diff) | |
download | uhd-c5480830c6e8e8e862523b3ebf3117fda8a100df.tar.gz uhd-c5480830c6e8e8e862523b3ebf3117fda8a100df.tar.bz2 uhd-c5480830c6e8e8e862523b3ebf3117fda8a100df.zip |
renamed usrp_uhd to uhd
Diffstat (limited to 'test/gain_handler_test.cpp')
-rw-r--r-- | test/gain_handler_test.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/test/gain_handler_test.cpp b/test/gain_handler_test.cpp index 074a67ec8..30e88c445 100644 --- a/test/gain_handler_test.cpp +++ b/test/gain_handler_test.cpp @@ -16,11 +16,11 @@ // #include <boost/test/unit_test.hpp> -#include <usrp_uhd/gain_handler.hpp> -#include <usrp_uhd/utils.hpp> +#include <uhd/gain_handler.hpp> +#include <uhd/utils.hpp> #include <iostream> -using namespace usrp_uhd; +using namespace uhd; enum prop_t{ PROP_GAIN, |