aboutsummaryrefslogtreecommitdiff
path: root/bpkg/fetch.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/fetch.cxx
parentd234314463b1d8c4112bf52e2c1966be5953b327 (diff)
Adapt to move of manifest_parser and manifest_serializer to libbutl
Diffstat (limited to 'bpkg/fetch.cxx')
-rw-r--r--bpkg/fetch.cxx3
1 files changed, 1 insertions, 2 deletions
diff --git a/bpkg/fetch.cxx b/bpkg/fetch.cxx
index 0851950..efb2632 100644
--- a/bpkg/fetch.cxx
+++ b/bpkg/fetch.cxx
@@ -9,8 +9,7 @@
#include <butl/process>
#include <butl/fdstream>
#include <butl/filesystem>
-
-#include <bpkg/manifest-parser>
+#include <butl/manifest-parser>
#include <bpkg/checksum>
#include <bpkg/diagnostics>