summaryrefslogtreecommitdiffstats
path: root/test/device_test.cpp
diff options
context:
space:
mode:
authorJosh Blum <josh@joshknows.com>2010-02-09 16:28:16 -0800
committerJosh Blum <josh@joshknows.com>2010-02-09 16:28:16 -0800
commitc5480830c6e8e8e862523b3ebf3117fda8a100df (patch)
tree65aac999502e58efe5cdfad71bef7ddc3d201444 /test/device_test.cpp
parentdfd7f99eecefc19effd97034048641de9d6b7e94 (diff)
downloaduhd-c5480830c6e8e8e862523b3ebf3117fda8a100df.tar.gz
uhd-c5480830c6e8e8e862523b3ebf3117fda8a100df.tar.bz2
uhd-c5480830c6e8e8e862523b3ebf3117fda8a100df.zip
renamed usrp_uhd to uhd
Diffstat (limited to 'test/device_test.cpp')
-rw-r--r--test/device_test.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/device_test.cpp b/test/device_test.cpp
index 328ea9c0c..a868cf9f6 100644
--- a/test/device_test.cpp
+++ b/test/device_test.cpp
@@ -16,9 +16,9 @@
//
#include <boost/test/unit_test.hpp>
-#include <usrp_uhd/device.hpp>
+#include <uhd/device.hpp>
-using namespace usrp_uhd;
+using namespace uhd;
BOOST_AUTO_TEST_CASE(test_device){
device_addr_t device_addr(DEVICE_ADDR_TYPE_VIRTUAL);