From 9d54661016b1e3d6ea3a6bc633bd657d25e99122 Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Tue, 28 Sep 2021 20:37:50 +0300 Subject: Adapt to libbutl headers extension change from .mxx to .hxx --- libbpkg/manifest.cxx | 18 +++++++++--------- libbpkg/manifest.hxx | 12 ++++++------ libbpkg/package-name.hxx | 2 +- 3 files changed, 16 insertions(+), 16 deletions(-) (limited to 'libbpkg') diff --git a/libbpkg/manifest.cxx b/libbpkg/manifest.cxx index fdc2ee7..f1b50a3 100644 --- a/libbpkg/manifest.cxx +++ b/libbpkg/manifest.cxx @@ -13,16 +13,16 @@ #include // find(), find_if_not(), find_first_of(), replace() #include // invalid_argument -#include -#include -#include -#include // icasecmp(), lcase(), alnum(), +#include +#include +#include +#include // icasecmp(), lcase(), alnum(), // digit(), xdigit(), next_word() -#include // dir_exist() -#include -#include -#include -#include +#include // dir_exist() +#include +#include +#include +#include using namespace std; using namespace butl; diff --git a/libbpkg/manifest.hxx b/libbpkg/manifest.hxx index b6b9217..ca54cdc 100644 --- a/libbpkg/manifest.hxx +++ b/libbpkg/manifest.hxx @@ -14,10 +14,10 @@ #include // logic_error #include -#include -#include -#include -#include +#include +#include +#include +#include #include #include @@ -274,7 +274,7 @@ namespace bpkg // - is not local (the scheme is not `file`) // - authority is present and is not empty // - // See libbutl/url.mxx for details. + // See libbutl/url.hxx for details. // // NOTE: this class must not be DLL-exported wholesale (non-exported base). // @@ -829,7 +829,7 @@ namespace bpkg // release, etc). // // In particular, the translation function may "patch" the version with - // the snapshot information (see for + // the snapshot information (see for // details). This translation is normally required for manifests of // packages that are accessed as directories (as opposed to package // archives that should have their version already patched). diff --git a/libbpkg/package-name.hxx b/libbpkg/package-name.hxx index 1828fa2..a47dc9a 100644 --- a/libbpkg/package-name.hxx +++ b/libbpkg/package-name.hxx @@ -4,7 +4,7 @@ #ifndef LIBBPKG_PACKAGE_NAME_HXX #define LIBBPKG_PACKAGE_NAME_HXX -#include +#include #include #include -- cgit v1.1