aboutsummaryrefslogtreecommitdiff
path: root/libbrep/types.hxx
diff options
context:
space:
mode:
authorKaren Arutyunov <karen@codesynthesis.com>2017-10-03 23:32:25 +0300
committerKaren Arutyunov <karen@codesynthesis.com>2017-10-03 23:32:25 +0300
commitef2646010039b04ccf882ea3480882fa1e43a1fc (patch)
treeb06bc195eb1be0f19099edeb64f57cc63bc9d70a /libbrep/types.hxx
parent4ba97b671533399e960f9230013f4678cc45b1d2 (diff)
Adapt to modularization of libbutl
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;