diff options
Diffstat (limited to 'tests/repository-location')
-rw-r--r-- | tests/repository-location/driver.cxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/repository-location/driver.cxx b/tests/repository-location/driver.cxx index 3122393..c77a4eb 100644 --- a/tests/repository-location/driver.cxx +++ b/tests/repository-location/driver.cxx @@ -9,9 +9,9 @@ #include <exception> #include <stdexcept> // invalid_argument -#include <butl/utility> // operator<<(ostream, exception) -#include <butl/optional> -#include <butl/manifest-parser> +#include <libbutl/utility.hxx> // operator<<(ostream, exception) +#include <libbutl/optional.hxx> +#include <libbutl/manifest-parser.hxx> #include <libbpkg/manifest.hxx> |