diff options
author | Karen Arutyunov <karen@codesynthesis.com> | 2017-05-01 17:09:14 +0300 |
---|---|---|
committer | Karen Arutyunov <karen@codesynthesis.com> | 2017-05-01 17:09:14 +0300 |
commit | f63ef29b7e09e9366d7eefaf0d82f21679bab399 (patch) | |
tree | 19288c890721d2d1ce9a5bfacc96bfce2655926e /tests/manifest | |
parent | c4d2ac250aee4102b519ce1db89bde3fe7855639 (diff) |
Adapt to adding hxx extension for headers and lib prefix for library dir in 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 157546e..4d87ee7 100644 --- a/tests/manifest/driver.cxx +++ b/tests/manifest/driver.cxx @@ -7,8 +7,8 @@ #include <cassert> #include <iostream> -#include <butl/manifest-parser> -#include <butl/manifest-serializer> +#include <libbutl/manifest-parser.hxx> +#include <libbutl/manifest-serializer.hxx> #include <libbpkg/manifest.hxx> |