diff options
author | Josh Blum <josh@joshknows.com> | 2011-02-24 14:18:52 -0800 |
---|---|---|
committer | Josh Blum <josh@joshknows.com> | 2011-02-24 14:18:52 -0800 |
commit | 20a524d1a00497bdffda0292143d92e4d98cfbe9 (patch) | |
tree | c06d120b95bf7f8ad99b4a3b1250b62a300784d2 /host/lib/usrp/usrp2/codec_ctrl.cpp | |
parent | 4066b1f8fd87b1bca747d5b37a0b28179e188756 (diff) | |
download | uhd-20a524d1a00497bdffda0292143d92e4d98cfbe9.tar.gz uhd-20a524d1a00497bdffda0292143d92e4d98cfbe9.tar.bz2 uhd-20a524d1a00497bdffda0292143d92e4d98cfbe9.zip |
uhd: moved exception to top level include
Diffstat (limited to 'host/lib/usrp/usrp2/codec_ctrl.cpp')
-rw-r--r-- | host/lib/usrp/usrp2/codec_ctrl.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/host/lib/usrp/usrp2/codec_ctrl.cpp b/host/lib/usrp/usrp2/codec_ctrl.cpp index 890969b5a..0756c7971 100644 --- a/host/lib/usrp/usrp2/codec_ctrl.cpp +++ b/host/lib/usrp/usrp2/codec_ctrl.cpp @@ -22,7 +22,7 @@ #include <boost/cstdint.hpp> #include <boost/foreach.hpp> #include <iostream> -#include <uhd/utils/exception.hpp> +#include <uhd/exception.hpp> static const bool codec_ctrl_debug = false; |