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/build-class-expr | |
parent | f3d9a26fe6b921ae45b6a4c38713b4ba20754f43 (diff) |
Adapt to libbutl headers extension change from .mxx to .hxx
Diffstat (limited to 'tests/build-class-expr')
-rw-r--r-- | tests/build-class-expr/driver.cxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/build-class-expr/driver.cxx b/tests/build-class-expr/driver.cxx index 5ff5f12..b2ee895 100644 --- a/tests/build-class-expr/driver.cxx +++ b/tests/build-class-expr/driver.cxx @@ -5,8 +5,8 @@ #include <string> #include <iostream> -#include <libbutl/utility.mxx> // eof(), operator<<(ostream, exception) -#include <libbutl/optional.mxx> +#include <libbutl/utility.hxx> // eof(), operator<<(ostream, exception) +#include <libbutl/optional.hxx> #include <libbpkg/manifest.hxx> |