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/convert | |
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/convert')
-rw-r--r-- | host/lib/convert/convert_impl.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/host/lib/convert/convert_impl.cpp b/host/lib/convert/convert_impl.cpp index 6a5a1465d..d43cecfec 100644 --- a/host/lib/convert/convert_impl.cpp +++ b/host/lib/convert/convert_impl.cpp @@ -17,7 +17,7 @@ #include <uhd/convert.hpp> #include <uhd/utils/static.hpp> -#include <uhd/utils/exception.hpp> +#include <uhd/exception.hpp> #include <iostream> using namespace uhd; |