aboutsummaryrefslogtreecommitdiff
path: root/libbrep/types.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'libbrep/types.hxx')
-rw-r--r--libbrep/types.hxx14
1 files changed, 7 insertions, 7 deletions
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;