diff options
-rw-r--r-- | libbbot/manifest.hxx | 2 | ||||
-rw-r--r-- | libbbot/version.hxx.in | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/libbbot/manifest.hxx b/libbbot/manifest.hxx index 615c4f9..1d86763 100644 --- a/libbbot/manifest.hxx +++ b/libbbot/manifest.hxx @@ -13,7 +13,7 @@ #include <butl/target-triplet> #include <butl/manifest-forward> -#include <bpkg/manifest> // version, repository_location +#include <libbpkg/manifest.hxx> // version, repository_location #include <libbbot/export.hxx> #include <libbbot/version.hxx> diff --git a/libbbot/version.hxx.in b/libbbot/version.hxx.in index 6fca06c..62be656 100644 --- a/libbbot/version.hxx.in +++ b/libbbot/version.hxx.in @@ -41,7 +41,7 @@ $libbutl.check(LIBBUTL_VERSION, LIBBUTL_SNAPSHOT)$ -#include <bpkg/version> +#include <libbpkg/version.hxx> $libbpkg.check(LIBBPKG_VERSION, LIBBPKG_SNAPSHOT)$ |