aboutsummaryrefslogtreecommitdiff
path: root/bbot/utility.hxx
diff options
context:
space:
mode:
authorKaren Arutyunov <karen@codesynthesis.com>2017-10-03 23:36:57 +0300
committerKaren Arutyunov <karen@codesynthesis.com>2017-10-03 23:36:57 +0300
commit8ac13516f2def2c8d01a2ea11a039ebeafdef8fe (patch)
tree37a8b3bbb8ef45a9c0dd231187c3cb80a4056bda /bbot/utility.hxx
parentefea1d1a5e6a61ba21152cc8c1f67420fc8b574d (diff)
Adapt to modularization of libbutl
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;