From 64e4d05d45099a91dc845235eb08e47bd5fc43ec Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Thu, 29 Sep 2016 22:08:17 +0300 Subject: Adapt to move of manifest_parser and manifest_serializer to libbutl --- bpkg/fetch.cxx | 3 +-- bpkg/pkg-verify.cxx | 3 +-- bpkg/rep-create.cxx | 2 +- bpkg/rep-info.cxx | 4 ++-- 4 files changed, 5 insertions(+), 7 deletions(-) (limited to 'bpkg') 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 #include #include - -#include +#include #include #include 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 #include - -#include +#include #include #include diff --git a/bpkg/rep-create.cxx b/bpkg/rep-create.cxx index da44d3b..ac58936 100644 --- a/bpkg/rep-create.cxx +++ b/bpkg/rep-create.cxx @@ -8,9 +8,9 @@ #include #include // dir_iterator +#include #include -#include #include #include diff --git a/bpkg/rep-info.cxx b/bpkg/rep-info.cxx index 355d8b8..b5ef751 100644 --- a/bpkg/rep-info.cxx +++ b/bpkg/rep-info.cxx @@ -6,10 +6,10 @@ #include // cout -#include // sha256_to_fingerprint() +#include // sha256_to_fingerprint() +#include #include -#include #include #include -- cgit v1.1