diff options
Diffstat (limited to 'tests/repository-location/driver.cxx')
-rw-r--r-- | tests/repository-location/driver.cxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/repository-location/driver.cxx b/tests/repository-location/driver.cxx index b0c7039..c93b257 100644 --- a/tests/repository-location/driver.cxx +++ b/tests/repository-location/driver.cxx @@ -6,8 +6,8 @@ #include <iostream> #include <stdexcept> // invalid_argument, logic_error -#include <libbutl/optional.mxx> -#include <libbutl/manifest-parser.mxx> +#include <libbutl/optional.hxx> +#include <libbutl/manifest-parser.hxx> #include <libbpkg/manifest.hxx> |