aboutsummaryrefslogtreecommitdiff
path: root/libbuild2/target.txx
diff options
context:
space:
mode:
authorKaren Arutyunov <karen@codesynthesis.com>2021-09-28 20:36:50 +0300
committerKaren Arutyunov <karen@codesynthesis.com>2021-09-28 20:36:50 +0300
commit41273da120ef8e4a2bed7576de0532264b042ee1 (patch)
tree29b5c6c1a0ec36d22117f42d9acb02615e30b06a /libbuild2/target.txx
parentdec742c5fa8a8ab35b2bbe96f990a84959164f66 (diff)
Adapt to libbutl headers extension change from .mxx to .hxx
Diffstat (limited to 'libbuild2/target.txx')
-rw-r--r--libbuild2/target.txx2
1 files changed, 1 insertions, 1 deletions
diff --git a/libbuild2/target.txx b/libbuild2/target.txx
index c34adde..5b48ad1 100644
--- a/libbuild2/target.txx
+++ b/libbuild2/target.txx
@@ -1,7 +1,7 @@
// file : libbuild2/target.txx -*- C++ -*-
// license : MIT; see accompanying LICENSE file
-#include <libbutl/filesystem.mxx> // dir_iterator
+#include <libbutl/filesystem.hxx> // dir_iterator
#include <libbuild2/scope.hxx>
#include <libbuild2/diagnostics.hxx>