aboutsummaryrefslogtreecommitdiff
path: root/build2/bash
diff options
context:
space:
mode:
Diffstat (limited to 'build2/bash')
-rw-r--r--build2/bash/init.cxx8
-rw-r--r--build2/bash/init.hxx6
-rw-r--r--build2/bash/rule.cxx8
-rw-r--r--build2/bash/rule.hxx4
-rw-r--r--build2/bash/target.cxx2
-rw-r--r--build2/bash/target.hxx6
-rw-r--r--build2/bash/utility.hxx4
7 files changed, 19 insertions, 19 deletions
diff --git a/build2/bash/init.cxx b/build2/bash/init.cxx
index 6812f2b..83bfdb9 100644
--- a/build2/bash/init.cxx
+++ b/build2/bash/init.cxx
@@ -4,10 +4,10 @@
#include <build2/bash/init.hxx>
-#include <build2/scope.hxx>
-#include <build2/context.hxx>
-#include <build2/variable.hxx>
-#include <build2/diagnostics.hxx>
+#include <libbuild2/scope.hxx>
+#include <libbuild2/context.hxx>
+#include <libbuild2/variable.hxx>
+#include <libbuild2/diagnostics.hxx>
#include <build2/install/utility.hxx>
diff --git a/build2/bash/init.hxx b/build2/bash/init.hxx
index f4a82d7..2a7e95c 100644
--- a/build2/bash/init.hxx
+++ b/build2/bash/init.hxx
@@ -5,10 +5,10 @@
#ifndef BUILD2_BASH_INIT_HXX
#define BUILD2_BASH_INIT_HXX
-#include <build2/types.hxx>
-#include <build2/utility.hxx>
+#include <libbuild2/types.hxx>
+#include <libbuild2/utility.hxx>
-#include <build2/module.hxx>
+#include <libbuild2/module.hxx>
namespace build2
{
diff --git a/build2/bash/rule.cxx b/build2/bash/rule.cxx
index 09cc930..72e3219 100644
--- a/build2/bash/rule.cxx
+++ b/build2/bash/rule.cxx
@@ -6,10 +6,10 @@
#include <cstring> // strlen(), strchr()
-#include <build2/scope.hxx>
-#include <build2/target.hxx>
-#include <build2/algorithm.hxx>
-#include <build2/diagnostics.hxx>
+#include <libbuild2/scope.hxx>
+#include <libbuild2/target.hxx>
+#include <libbuild2/algorithm.hxx>
+#include <libbuild2/diagnostics.hxx>
#include <build2/in/target.hxx>
diff --git a/build2/bash/rule.hxx b/build2/bash/rule.hxx
index 9a1b161..6430947 100644
--- a/build2/bash/rule.hxx
+++ b/build2/bash/rule.hxx
@@ -5,8 +5,8 @@
#ifndef BUILD2_BASH_RULE_HXX
#define BUILD2_BASH_RULE_HXX
-#include <build2/types.hxx>
-#include <build2/utility.hxx>
+#include <libbuild2/types.hxx>
+#include <libbuild2/utility.hxx>
#include <build2/in/rule.hxx>
#include <build2/install/rule.hxx>
diff --git a/build2/bash/target.cxx b/build2/bash/target.cxx
index 8a4bd9e..e843d53 100644
--- a/build2/bash/target.cxx
+++ b/build2/bash/target.cxx
@@ -4,7 +4,7 @@
#include <build2/bash/target.hxx>
-#include <build2/context.hxx>
+#include <libbuild2/context.hxx>
using namespace std;
diff --git a/build2/bash/target.hxx b/build2/bash/target.hxx
index d1ab5b1..6be83c4 100644
--- a/build2/bash/target.hxx
+++ b/build2/bash/target.hxx
@@ -5,10 +5,10 @@
#ifndef BUILD2_BASH_TARGET_HXX
#define BUILD2_BASH_TARGET_HXX
-#include <build2/types.hxx>
-#include <build2/utility.hxx>
+#include <libbuild2/types.hxx>
+#include <libbuild2/utility.hxx>
-#include <build2/target.hxx>
+#include <libbuild2/target.hxx>
namespace build2
{
diff --git a/build2/bash/utility.hxx b/build2/bash/utility.hxx
index e7f72f4..31a6b99 100644
--- a/build2/bash/utility.hxx
+++ b/build2/bash/utility.hxx
@@ -5,8 +5,8 @@
#ifndef BUILD2_BASH_UTILITY_HXX
#define BUILD2_BASH_UTILITY_HXX
-#include <build2/types.hxx>
-#include <build2/utility.hxx>
+#include <libbuild2/types.hxx>
+#include <libbuild2/utility.hxx>
namespace build2
{