aboutsummaryrefslogtreecommitdiff
path: root/libbuild2/utility.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'libbuild2/utility.hxx')
-rw-r--r--libbuild2/utility.hxx12
1 files changed, 6 insertions, 6 deletions
diff --git a/libbuild2/utility.hxx b/libbuild2/utility.hxx
index c7ee2f4..f9f1daa 100644
--- a/libbuild2/utility.hxx
+++ b/libbuild2/utility.hxx
@@ -15,9 +15,9 @@
#include <libbutl/ft/lang.hxx>
-#include <libbutl/utility.mxx> // combine_hash(), reverse_iterate(), etc
-#include <libbutl/fdstream.mxx>
-#include <libbutl/path-pattern.mxx>
+#include <libbutl/utility.hxx> // combine_hash(), reverse_iterate(), etc
+#include <libbutl/fdstream.hxx>
+#include <libbutl/path-pattern.hxx>
#include <libbuild2/types.hxx>
#include <libbuild2/forward.hxx>
@@ -54,7 +54,7 @@ namespace build2
using std::stoul;
using std::stoull;
- // <libbutl/utility.mxx>
+ // <libbutl/utility.hxx>
//
using butl::reverse_iterate;
using butl::compare_c_string;
@@ -88,12 +88,12 @@ namespace build2
using butl::eof;
- // <libbutl/fdstream.mxx>
+ // <libbutl/fdstream.hxx>
//
using butl::open_file_or_stdin;
using butl::open_file_or_stdout;
- // <libbutl/path-pattern.mxx>
+ // <libbutl/path-pattern.hxx>
//
using butl::path_pattern;