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/manifest | |
parent | f3d9a26fe6b921ae45b6a4c38713b4ba20754f43 (diff) |
Adapt to libbutl headers extension change from .mxx to .hxx
Diffstat (limited to 'tests/manifest')
-rw-r--r-- | tests/manifest/driver.cxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/manifest/driver.cxx b/tests/manifest/driver.cxx index 2148ebb..44b1a79 100644 --- a/tests/manifest/driver.cxx +++ b/tests/manifest/driver.cxx @@ -5,9 +5,9 @@ #include <string> #include <iostream> -#include <libbutl/manifest-parser.mxx> -#include <libbutl/manifest-serializer.mxx> -#include <libbutl/standard-version.mxx> +#include <libbutl/manifest-parser.hxx> +#include <libbutl/manifest-serializer.hxx> +#include <libbutl/standard-version.hxx> #include <libbpkg/manifest.hxx> |