diff options
Diffstat (limited to 'libbrep')
-rw-r--r-- | libbrep/build.hxx | 2 | ||||
-rw-r--r-- | libbrep/common.hxx | 2 | ||||
-rw-r--r-- | libbrep/types.hxx | 14 | ||||
-rw-r--r-- | libbrep/utility.hxx | 4 | ||||
-rw-r--r-- | libbrep/wrapper-traits.hxx | 2 |
5 files changed, 12 insertions, 12 deletions
diff --git a/libbrep/build.hxx b/libbrep/build.hxx index dda9b43..715815f 100644 --- a/libbrep/build.hxx +++ b/libbrep/build.hxx @@ -10,7 +10,7 @@ #include <odb/core.hxx> #include <odb/section.hxx> -#include <libbutl/target-triplet.hxx> +#include <libbutl/target-triplet.mxx> #include <libbbot/manifest.hxx> diff --git a/libbrep/common.hxx b/libbrep/common.hxx index 56d6768..581784d 100644 --- a/libbrep/common.hxx +++ b/libbrep/common.hxx @@ -108,7 +108,7 @@ namespace brep std::chrono::nanoseconds::period>::value, "The following timestamp ODB mapping is invalid"); - // As it pointed out in libbutl/timestamp.hxx we will overflow in year 2262, + // As it pointed out in libbutl/timestamp.mxx we will overflow in year 2262, // but by that time some larger basic type will be available for mapping. // #pragma db map type(timestamp) as(uint64_t) \ diff --git a/libbrep/types.hxx b/libbrep/types.hxx index 674b888..b4a3b19 100644 --- a/libbrep/types.hxx +++ b/libbrep/types.hxx @@ -22,10 +22,10 @@ #include <odb/lazy-ptr.hxx> -#include <libbutl/path.hxx> -#include <libbutl/path-io.hxx> -#include <libbutl/optional.hxx> -#include <libbutl/timestamp.hxx> +#include <libbutl/path.mxx> +#include <libbutl/path-io.mxx> +#include <libbutl/optional.mxx> +#include <libbutl/timestamp.mxx> namespace brep { @@ -65,7 +65,7 @@ namespace brep using std::system_error; using io_error = std::ios_base::failure; - // <libbutl/optional.hxx> + // <libbutl/optional.mxx> // using butl::optional; using butl::nullopt; @@ -75,7 +75,7 @@ namespace brep using odb::lazy_shared_ptr; using odb::lazy_weak_ptr; - // <libbutl/path.hxx> + // <libbutl/path.mxx> // using butl::path; using butl::dir_path; @@ -85,7 +85,7 @@ namespace brep using paths = std::vector<path>; using dir_paths = std::vector<dir_path>; - // <libbutl/timestamp.hxx> + // <libbutl/timestamp.mxx> // using butl::system_clock; using butl::timestamp; diff --git a/libbrep/utility.hxx b/libbrep/utility.hxx index 1900bc4..65c0b46 100644 --- a/libbrep/utility.hxx +++ b/libbrep/utility.hxx @@ -11,7 +11,7 @@ #include <cassert> // assert() #include <iterator> // make_move_iterator() -#include <libbutl/utility.hxx> // reverse_iterate(), +#include <libbutl/utility.mxx> // reverse_iterate(), // operator<<(ostream, exception) namespace brep @@ -25,7 +25,7 @@ namespace brep using std::make_move_iterator; using std::to_string; - // <libbutl/utility.hxx> + // <libbutl/utility.mxx> // using butl::reverse_iterate; } diff --git a/libbrep/wrapper-traits.hxx b/libbrep/wrapper-traits.hxx index fcc63c6..70c84e0 100644 --- a/libbrep/wrapper-traits.hxx +++ b/libbrep/wrapper-traits.hxx @@ -7,7 +7,7 @@ #include <odb/pre.hxx> -#include <libbutl/optional.hxx> +#include <libbutl/optional.mxx> #include <odb/wrapper-traits.hxx> |