diff options
author | Karen Arutyunov <karen@codesynthesis.com> | 2016-09-29 22:02:28 +0300 |
---|---|---|
committer | Karen Arutyunov <karen@codesynthesis.com> | 2016-09-29 22:02:28 +0300 |
commit | f4a338ee1a5eb993fb7f9688588b77b12ad944c2 (patch) | |
tree | da7bea25e838d376eddb1263a839aca50571c4a4 /tests/manifest | |
parent | 4dc2c7b9fbbe7bec57524d71fd5330e2d1782c52 (diff) |
Move manifest_parser and manifest_serializer to 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 017b05e..4083516 100644 --- a/tests/manifest/driver.cxx +++ b/tests/manifest/driver.cxx @@ -6,10 +6,10 @@ #include <iostream> #include <butl/fdstream> +#include <butl/manifest-parser> +#include <butl/manifest-serializer> #include <bpkg/manifest> -#include <bpkg/manifest-parser> -#include <bpkg/manifest-serializer> using namespace std; using namespace butl; |