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/overrides | |
parent | f3d9a26fe6b921ae45b6a4c38713b4ba20754f43 (diff) |
Adapt to libbutl headers extension change from .mxx to .hxx
Diffstat (limited to 'tests/overrides')
-rw-r--r-- | tests/overrides/driver.cxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/overrides/driver.cxx b/tests/overrides/driver.cxx index f429b65..be3e0ff 100644 --- a/tests/overrides/driver.cxx +++ b/tests/overrides/driver.cxx @@ -8,9 +8,9 @@ #include <cstdint> // uint64_t #include <iostream> -#include <libbutl/utility.mxx> // trim() -#include <libbutl/manifest-parser.mxx> -#include <libbutl/manifest-serializer.mxx> +#include <libbutl/utility.hxx> // trim() +#include <libbutl/manifest-parser.hxx> +#include <libbutl/manifest-serializer.hxx> #include <libbpkg/manifest.hxx> |