diff options
Diffstat (limited to 'tests/path/driver.cxx')
-rw-r--r-- | tests/path/driver.cxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/path/driver.cxx b/tests/path/driver.cxx index ec38517..ee62d73 100644 --- a/tests/path/driver.cxx +++ b/tests/path/driver.cxx @@ -6,8 +6,8 @@ #include <iostream> #include <type_traits> -#include <butl/path> -#include <butl/path-io> +#include <libbutl/path.hxx> +#include <libbutl/path-io.hxx> using namespace std; using namespace butl; |