aboutsummaryrefslogtreecommitdiff
path: root/libbbot/build-config.hxx
diff options
context:
space:
mode:
authorKaren Arutyunov <karen@codesynthesis.com>2017-10-03 23:42:18 +0300
committerKaren Arutyunov <karen@codesynthesis.com>2017-10-03 23:42:18 +0300
commit8269189c803e2792d185ebafdc739071e2a0961e (patch)
treeffdd6b50f00075622cd3e608ca6bca20d4628cca /libbbot/build-config.hxx
parent16909271763c62c6a3515afeadb2c610d331b17d (diff)
Adapt to modularization of libbutl
Diffstat (limited to 'libbbot/build-config.hxx')
-rw-r--r--libbbot/build-config.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/libbbot/build-config.hxx b/libbbot/build-config.hxx
index de78739..29fba1b 100644
--- a/libbbot/build-config.hxx
+++ b/libbbot/build-config.hxx
@@ -9,9 +9,9 @@
#include <vector>
#include <iosfwd>
-#include <libbutl/path.hxx>
-#include <libbutl/tab-parser.hxx>
-#include <libbutl/target-triplet.hxx>
+#include <libbutl/path.mxx>
+#include <libbutl/tab-parser.mxx>
+#include <libbutl/target-triplet.mxx>
#include <libbbot/export.hxx>
#include <libbbot/version.hxx>