diff options
author | Karen Arutyunov <karen@codesynthesis.com> | 2021-09-28 20:37:50 +0300 |
---|---|---|
committer | Karen Arutyunov <karen@codesynthesis.com> | 2021-09-28 20:37:50 +0300 |
commit | 9d54661016b1e3d6ea3a6bc633bd657d25e99122 (patch) | |
tree | 66bd3478cd67dfb8ea257d1a888e2eea90dd2bdd /tests/package-version | |
parent | f3d9a26fe6b921ae45b6a4c38713b4ba20754f43 (diff) |
Adapt to libbutl headers extension change from .mxx to .hxx
Diffstat (limited to 'tests/package-version')
-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> |