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/tests | |
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/tests')
-rw-r--r-- | host/tests/error_test.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/host/tests/error_test.cpp b/host/tests/error_test.cpp index 041e6b943..9254fbc85 100644 --- a/host/tests/error_test.cpp +++ b/host/tests/error_test.cpp @@ -16,7 +16,7 @@ // #include <boost/test/unit_test.hpp> -#include <uhd/utils/exception.hpp> +#include <uhd/exception.hpp> #include <uhd/utils/assert.hpp> #include <vector> #include <iostream> |