diff options
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, |