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 /lib/usrp/mboard/usrp2.cpp | |
parent | dfd7f99eecefc19effd97034048641de9d6b7e94 (diff) | |
download | uhd-c5480830c6e8e8e862523b3ebf3117fda8a100df.tar.gz uhd-c5480830c6e8e8e862523b3ebf3117fda8a100df.tar.bz2 uhd-c5480830c6e8e8e862523b3ebf3117fda8a100df.zip |
renamed usrp_uhd to uhd
Diffstat (limited to 'lib/usrp/mboard/usrp2.cpp')
-rw-r--r-- | lib/usrp/mboard/usrp2.cpp | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/lib/usrp/mboard/usrp2.cpp b/lib/usrp/mboard/usrp2.cpp index 7064f1460..ffbfe69fc 100644 --- a/lib/usrp/mboard/usrp2.cpp +++ b/lib/usrp/mboard/usrp2.cpp @@ -15,9 +15,9 @@ // along with this program. If not, see <http://www.gnu.org/licenses/>. // -#include <usrp_uhd/usrp/mboard/usrp2.hpp> +#include <uhd/usrp/mboard/usrp2.hpp> #include "usrp2_fw_common.h" -#include <usrp_uhd/device.hpp> +#include <uhd/device.hpp> #include <boost/asio.hpp> #include <boost/thread.hpp> #include <boost/format.hpp> @@ -25,8 +25,8 @@ #include <boost/lexical_cast.hpp> #include <netinet/in.h> -using namespace usrp_uhd; -using namespace usrp_uhd::usrp::mboard; +using namespace uhd; +using namespace uhd::usrp::mboard; using boost::asio::ip::udp; /*********************************************************************** |