aboutsummaryrefslogtreecommitdiff
path: root/libbrep/utility.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/utility.hxx
parent4ba97b671533399e960f9230013f4678cc45b1d2 (diff)
Adapt to modularization of libbutl
Diffstat (limited to 'libbrep/utility.hxx')
-rw-r--r--libbrep/utility.hxx4
1 files changed, 2 insertions, 2 deletions
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;
}