aboutsummaryrefslogtreecommitdiff
path: root/build2/bash
diff options
context:
space:
mode:
Diffstat (limited to 'build2/bash')
-rw-r--r--build2/bash/rule.cxx2
-rw-r--r--build2/bash/rule.hxx2
2 files changed, 2 insertions, 2 deletions
diff --git a/build2/bash/rule.cxx b/build2/bash/rule.cxx
index 72e3219..a612d23 100644
--- a/build2/bash/rule.cxx
+++ b/build2/bash/rule.cxx
@@ -11,7 +11,7 @@
#include <libbuild2/algorithm.hxx>
#include <libbuild2/diagnostics.hxx>
-#include <build2/in/target.hxx>
+#include <libbuild2/in/target.hxx>
#include <build2/bash/target.hxx>
#include <build2/bash/utility.hxx>
diff --git a/build2/bash/rule.hxx b/build2/bash/rule.hxx
index a6ec235..c160bb7 100644
--- a/build2/bash/rule.hxx
+++ b/build2/bash/rule.hxx
@@ -10,7 +10,7 @@
#include <libbuild2/install/rule.hxx>
-#include <build2/in/rule.hxx>
+#include <libbuild2/in/rule.hxx>
namespace build2
{