diff options
author | Karen Arutyunov <karen@codesynthesis.com> | 2017-10-03 23:42:18 +0300 |
---|---|---|
committer | Karen Arutyunov <karen@codesynthesis.com> | 2017-10-03 23:42:18 +0300 |
commit | 8269189c803e2792d185ebafdc739071e2a0961e (patch) | |
tree | ffdd6b50f00075622cd3e608ca6bca20d4628cca /tests | |
parent | 16909271763c62c6a3515afeadb2c610d331b17d (diff) |
Adapt to modularization of libbutl
Diffstat (limited to 'tests')
-rw-r--r-- | tests/buildtab/driver.cxx | 2 | ||||
-rw-r--r-- | tests/manifest/driver.cxx | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/tests/buildtab/driver.cxx b/tests/buildtab/driver.cxx index 9ee6e34..1ea2f93 100644 --- a/tests/buildtab/driver.cxx +++ b/tests/buildtab/driver.cxx @@ -6,7 +6,7 @@ #include <cassert> #include <iostream> -#include <libbutl/utility.hxx> // operator<<(ostream,exception) +#include <libbutl/utility.mxx> // operator<<(ostream,exception) #include <libbbot/build-config.hxx> diff --git a/tests/manifest/driver.cxx b/tests/manifest/driver.cxx index 1fc1230..91fd512 100644 --- a/tests/manifest/driver.cxx +++ b/tests/manifest/driver.cxx @@ -7,9 +7,9 @@ #include <cassert> #include <iostream> -#include <libbutl/utility.hxx> // operator<<(ostream,exception) -#include <libbutl/manifest-parser.hxx> -#include <libbutl/manifest-serializer.hxx> +#include <libbutl/utility.mxx> // operator<<(ostream,exception) +#include <libbutl/manifest-parser.mxx> +#include <libbutl/manifest-serializer.mxx> #include <libbbot/manifest.hxx> |