aboutsummaryrefslogtreecommitdiff
path: root/build2/in
diff options
context:
space:
mode:
Diffstat (limited to 'build2/in')
-rw-r--r--build2/in/init.cxx8
-rw-r--r--build2/in/init.hxx6
-rw-r--r--build2/in/rule.cxx14
-rw-r--r--build2/in/rule.hxx6
-rw-r--r--build2/in/target.hxx6
5 files changed, 20 insertions, 20 deletions
diff --git a/build2/in/init.cxx b/build2/in/init.cxx
index 1bd93e1..f01fe20 100644
--- a/build2/in/init.cxx
+++ b/build2/in/init.cxx
@@ -4,10 +4,10 @@
#include <build2/in/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/in/rule.hxx>
#include <build2/in/target.hxx>
diff --git a/build2/in/init.hxx b/build2/in/init.hxx
index a8482f8..3cf8ebf 100644
--- a/build2/in/init.hxx
+++ b/build2/in/init.hxx
@@ -5,10 +5,10 @@
#ifndef BUILD2_IN_INIT_HXX
#define BUILD2_IN_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/in/rule.cxx b/build2/in/rule.cxx
index a6d4f2c..8a3244d 100644
--- a/build2/in/rule.cxx
+++ b/build2/in/rule.cxx
@@ -6,13 +6,13 @@
#include <cstdlib> // strtoull()
-#include <build2/depdb.hxx>
-#include <build2/scope.hxx>
-#include <build2/target.hxx>
-#include <build2/function.hxx>
-#include <build2/algorithm.hxx>
-#include <build2/filesystem.hxx>
-#include <build2/diagnostics.hxx>
+#include <libbuild2/depdb.hxx>
+#include <libbuild2/scope.hxx>
+#include <libbuild2/target.hxx>
+#include <libbuild2/function.hxx>
+#include <libbuild2/algorithm.hxx>
+#include <libbuild2/filesystem.hxx>
+#include <libbuild2/diagnostics.hxx>
#include <build2/in/target.hxx>
diff --git a/build2/in/rule.hxx b/build2/in/rule.hxx
index b3430c5..71dc032 100644
--- a/build2/in/rule.hxx
+++ b/build2/in/rule.hxx
@@ -5,10 +5,10 @@
#ifndef BUILD2_IN_RULE_HXX
#define BUILD2_IN_RULE_HXX
-#include <build2/types.hxx>
-#include <build2/utility.hxx>
+#include <libbuild2/types.hxx>
+#include <libbuild2/utility.hxx>
-#include <build2/rule.hxx>
+#include <libbuild2/rule.hxx>
namespace build2
{
diff --git a/build2/in/target.hxx b/build2/in/target.hxx
index 2e735f8..47b0eed 100644
--- a/build2/in/target.hxx
+++ b/build2/in/target.hxx
@@ -5,10 +5,10 @@
#ifndef BUILD2_IN_TARGET_HXX
#define BUILD2_IN_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
{