aboutsummaryrefslogtreecommitdiff
path: root/libbbot/build-config.hxx
diff options
context:
space:
mode:
authorKaren Arutyunov <karen@codesynthesis.com>2021-09-28 21:27:37 +0300
committerKaren Arutyunov <karen@codesynthesis.com>2021-09-28 21:27:37 +0300
commitb387713a19ddf0d10d8ae28c5de6e78cd9d568b5 (patch)
tree9a9e38fca32569bb481152c644b56093030bcd40 /libbbot/build-config.hxx
parent066c25383db8d24cc0aed21d9bd4a071c1afdbbd (diff)
Adapt to libbutl headers extension change from .mxx to .hxx
Diffstat (limited to 'libbbot/build-config.hxx')
-rw-r--r--libbbot/build-config.hxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/libbbot/build-config.hxx b/libbbot/build-config.hxx
index 3541388..e4bb5cb 100644
--- a/libbbot/build-config.hxx
+++ b/libbbot/build-config.hxx
@@ -9,10 +9,10 @@
#include <vector>
#include <iosfwd>
-#include <libbutl/path.mxx>
-#include <libbutl/optional.mxx>
-#include <libbutl/tab-parser.mxx>
-#include <libbutl/target-triplet.mxx>
+#include <libbutl/path.hxx>
+#include <libbutl/optional.hxx>
+#include <libbutl/tab-parser.hxx>
+#include <libbutl/target-triplet.hxx>
#include <libbbot/export.hxx>
#include <libbbot/version.hxx>