diff options
author | Karen Arutyunov <karen@codesynthesis.com> | 2017-10-03 23:44:19 +0300 |
---|---|---|
committer | Karen Arutyunov <karen@codesynthesis.com> | 2017-10-03 23:44:19 +0300 |
commit | 239dd1f70e16032ee27d1f040955b9b9c75d94f0 (patch) | |
tree | 80fd2bb10442d80ac70b5523cdd04a6383136849 /tests/manifest | |
parent | 99441908700b1862fb3895bd7178f434b2fd9aa0 (diff) |
Adapt to modularization of libbutl
Diffstat (limited to 'tests/manifest')
-rw-r--r-- | tests/manifest/driver.cxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/manifest/driver.cxx b/tests/manifest/driver.cxx index 4d87ee7..b7a87eb 100644 --- a/tests/manifest/driver.cxx +++ b/tests/manifest/driver.cxx @@ -7,8 +7,8 @@ #include <cassert> #include <iostream> -#include <libbutl/manifest-parser.hxx> -#include <libbutl/manifest-serializer.hxx> +#include <libbutl/manifest-parser.mxx> +#include <libbutl/manifest-serializer.mxx> #include <libbpkg/manifest.hxx> |