diff options
Diffstat (limited to 'host/tests')
-rw-r--r-- | host/tests/expert_test.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/host/tests/expert_test.cpp b/host/tests/expert_test.cpp index 5b1c1ff92..efd4f1d08 100644 --- a/host/tests/expert_test.cpp +++ b/host/tests/expert_test.cpp @@ -8,9 +8,9 @@ #include <boost/test/unit_test.hpp> #include <boost/format.hpp> #include <boost/make_shared.hpp> -#include "../lib/experts/expert_container.hpp" -#include "../lib/experts/expert_factory.hpp" #include <uhd/property_tree.hpp> +#include <uhdlib/experts/expert_container.hpp> +#include <uhdlib/experts/expert_factory.hpp> #include <fstream> using namespace uhd::experts; |