aboutsummaryrefslogtreecommitdiff
path: root/bpkg/pkg-verify.cxx
diff options
context:
space:
mode:
authorKaren Arutyunov <karen@codesynthesis.com>2016-09-29 22:08:17 +0300
committerKaren Arutyunov <karen@codesynthesis.com>2016-09-29 22:08:17 +0300
commit64e4d05d45099a91dc845235eb08e47bd5fc43ec (patch)
tree45df6481ca247a323d0aee1d037f1dbe37f8c68b /bpkg/pkg-verify.cxx
parentd234314463b1d8c4112bf52e2c1966be5953b327 (diff)
Adapt to move of manifest_parser and manifest_serializer to libbutl
Diffstat (limited to 'bpkg/pkg-verify.cxx')
-rw-r--r--bpkg/pkg-verify.cxx3
1 files changed, 1 insertions, 2 deletions
diff --git a/bpkg/pkg-verify.cxx b/bpkg/pkg-verify.cxx
index 1423d82..3b85a5c 100644
--- a/bpkg/pkg-verify.cxx
+++ b/bpkg/pkg-verify.cxx
@@ -6,8 +6,7 @@
#include <butl/process>
#include <butl/fdstream>
-
-#include <bpkg/manifest-parser>
+#include <butl/manifest-parser>
#include <bpkg/archive>
#include <bpkg/diagnostics>