aboutsummaryrefslogtreecommitdiff
path: root/bbot/utility.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'bbot/utility.hxx')
-rw-r--r--bbot/utility.hxx18
1 files changed, 9 insertions, 9 deletions
diff --git a/bbot/utility.hxx b/bbot/utility.hxx
index 7a172a2..e03ee49 100644
--- a/bbot/utility.hxx
+++ b/bbot/utility.hxx
@@ -13,12 +13,12 @@
#include <libbutl/ft/lang.hxx>
-#include <libbutl/curl.hxx>
-#include <libbutl/process.hxx>
-#include <libbutl/process-io.hxx>
-#include <libbutl/utility.hxx> // casecmp(), reverse_iterate(), etc
-#include <libbutl/fdstream.hxx>
-#include <libbutl/filesystem.hxx>
+#include <libbutl/curl.mxx>
+#include <libbutl/process.mxx>
+#include <libbutl/process-io.mxx>
+#include <libbutl/utility.mxx> // casecmp(), reverse_iterate(), etc
+#include <libbutl/fdstream.mxx>
+#include <libbutl/filesystem.mxx>
#include <bbot/types.hxx>
#include <bbot/version.hxx>
@@ -35,7 +35,7 @@ namespace bbot
using std::to_string;
using std::stoull;
- // <libbutl/utility.hxx>
+ // <libbutl/utility.mxx>
//
using butl::casecmp;
using butl::reverse_iterate;
@@ -43,11 +43,11 @@ namespace bbot
using butl::exception_guard;
using butl::make_exception_guard;
- // <libbutl/fdstream.hxx>
+ // <libbutl/fdstream.mxx>
//
using butl::auto_fd;
- // <libbutl/filesystem.hxx>
+ // <libbutl/filesystem.mxx>
//
using butl::auto_rmdir;
using butl::auto_rmfile;