summaryrefslogtreecommitdiffstats
path: root/host/lib/transport
diff options
context:
space:
mode:
authorJosh Blum <josh@joshknows.com>2011-02-24 14:18:52 -0800
committerJosh Blum <josh@joshknows.com>2011-02-24 14:18:52 -0800
commit20a524d1a00497bdffda0292143d92e4d98cfbe9 (patch)
treec06d120b95bf7f8ad99b4a3b1250b62a300784d2 /host/lib/transport
parent4066b1f8fd87b1bca747d5b37a0b28179e188756 (diff)
downloaduhd-20a524d1a00497bdffda0292143d92e4d98cfbe9.tar.gz
uhd-20a524d1a00497bdffda0292143d92e4d98cfbe9.tar.bz2
uhd-20a524d1a00497bdffda0292143d92e4d98cfbe9.zip
uhd: moved exception to top level include
Diffstat (limited to 'host/lib/transport')
-rw-r--r--host/lib/transport/usb_dummy_impl.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/host/lib/transport/usb_dummy_impl.cpp b/host/lib/transport/usb_dummy_impl.cpp
index 8a9772e7f..419a52279 100644
--- a/host/lib/transport/usb_dummy_impl.cpp
+++ b/host/lib/transport/usb_dummy_impl.cpp
@@ -18,7 +18,7 @@
#include <uhd/transport/usb_device_handle.hpp>
#include <uhd/transport/usb_control.hpp>
#include <uhd/transport/usb_zero_copy.hpp>
-#include <uhd/utils/exception.hpp>
+#include <uhd/exception.hpp>
using namespace uhd;
using namespace uhd::transport;