diff options
Diffstat (limited to 'tests/package-version/driver.cxx')
-rw-r--r-- | tests/package-version/driver.cxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/package-version/driver.cxx b/tests/package-version/driver.cxx index fc45c4d..0c84429 100644 --- a/tests/package-version/driver.cxx +++ b/tests/package-version/driver.cxx @@ -7,8 +7,8 @@ #include <exception> #include <stdexcept> // invalid_argument -#include <libbutl/utility.mxx> // operator<<(ostream, exception) -#include <libbutl/optional.mxx> +#include <libbutl/utility.hxx> // operator<<(ostream, exception) +#include <libbutl/optional.hxx> #include <libbpkg/manifest.hxx> |