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/manifest | |
parent | 16909271763c62c6a3515afeadb2c610d331b17d (diff) |
Adapt to modularization of libbutl
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 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> |