From ed3452457b33bb7a4b2f0abb3ae1fc53f826bc9e Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Tue, 28 Sep 2021 21:15:14 +0300 Subject: Adapt to libbutl headers extension change from .mxx to .hxx --- bpkg/types.hxx | 38 +++++++++++++++++++------------------- 1 file changed, 19 insertions(+), 19 deletions(-) (limited to 'bpkg/types.hxx') diff --git a/bpkg/types.hxx b/bpkg/types.hxx index 8f6d9df..a8cd0f4 100644 --- a/bpkg/types.hxx +++ b/bpkg/types.hxx @@ -21,18 +21,18 @@ #include -#include -#include -#include +#include +#include +#include #include #include -#include -#include // icase_compare_string, +#include +#include // icase_compare_string, // compare_reference_target -#include -#include -#include -#include +#include +#include +#include +#include namespace bpkg { @@ -56,7 +56,7 @@ namespace bpkg using std::weak_ptr; using std::vector; - using butl::small_vector; // + using butl::small_vector; // using strings = vector; using cstrings = vector; @@ -73,17 +73,17 @@ namespace bpkg using std::system_error; using io_error = std::ios_base::failure; - // + // // using butl::icase_compare_string; using butl::compare_reference_target; - // + // // using butl::optional; using butl::nullopt; - // + // // using butl::path; using butl::dir_path; @@ -95,15 +95,15 @@ namespace bpkg using paths = vector; using dir_paths = vector; - // + // // using butl::uuid; - // + // // using butl::url; - // + // // using butl::process; using butl::process_env; @@ -111,7 +111,7 @@ namespace bpkg using butl::process_exit; using butl::process_error; - // + // // using butl::auto_fd; using butl::nullfd; @@ -120,13 +120,13 @@ namespace bpkg using butl::ofdstream; using butl::fdstream_mode; - // + // // using butl::default_options_files; using butl::default_options_entry; using butl::default_options; - // + // // using package_info = butl::b_project_info; -- cgit v1.1