aboutsummaryrefslogtreecommitdiff
path: root/build2/install
diff options
context:
space:
mode:
Diffstat (limited to 'build2/install')
-rw-r--r--build2/install/functions.cxx4
-rw-r--r--build2/install/init.cxx12
-rw-r--r--build2/install/init.hxx6
-rw-r--r--build2/install/operation.hxx6
-rw-r--r--build2/install/rule.cxx10
-rw-r--r--build2/install/rule.hxx12
-rw-r--r--build2/install/utility.hxx8
7 files changed, 29 insertions, 29 deletions
diff --git a/build2/install/functions.cxx b/build2/install/functions.cxx
index a097052..5780fd8 100644
--- a/build2/install/functions.cxx
+++ b/build2/install/functions.cxx
@@ -2,8 +2,8 @@
// copyright : Copyright (c) 2014-2019 Code Synthesis Ltd
// license : MIT; see accompanying LICENSE file
-#include <build2/function.hxx>
-#include <build2/variable.hxx>
+#include <libbuild2/function.hxx>
+#include <libbuild2/variable.hxx>
#include <build2/install/utility.hxx>
diff --git a/build2/install/init.cxx b/build2/install/init.cxx
index 06bef86..055b8b1 100644
--- a/build2/install/init.cxx
+++ b/build2/install/init.cxx
@@ -4,12 +4,12 @@
#include <build2/install/init.hxx>
-#include <build2/scope.hxx>
-#include <build2/target.hxx>
-#include <build2/rule.hxx>
-#include <build2/function.hxx>
-#include <build2/operation.hxx>
-#include <build2/diagnostics.hxx>
+#include <libbuild2/scope.hxx>
+#include <libbuild2/target.hxx>
+#include <libbuild2/rule.hxx>
+#include <libbuild2/function.hxx>
+#include <libbuild2/operation.hxx>
+#include <libbuild2/diagnostics.hxx>
#include <build2/config/utility.hxx>
diff --git a/build2/install/init.hxx b/build2/install/init.hxx
index 968ae93..579c03e 100644
--- a/build2/install/init.hxx
+++ b/build2/install/init.hxx
@@ -5,10 +5,10 @@
#ifndef BUILD2_INSTALL_INIT_HXX
#define BUILD2_INSTALL_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/install/operation.hxx b/build2/install/operation.hxx
index 1cfbab5..7de0225 100644
--- a/build2/install/operation.hxx
+++ b/build2/install/operation.hxx
@@ -5,10 +5,10 @@
#ifndef BUILD2_INSTALL_OPERATION_HXX
#define BUILD2_INSTALL_OPERATION_HXX
-#include <build2/types.hxx>
-#include <build2/utility.hxx>
+#include <libbuild2/types.hxx>
+#include <libbuild2/utility.hxx>
-#include <build2/operation.hxx>
+#include <libbuild2/operation.hxx>
namespace build2
{
diff --git a/build2/install/rule.cxx b/build2/install/rule.cxx
index a17cc0d..faa7c3f 100644
--- a/build2/install/rule.cxx
+++ b/build2/install/rule.cxx
@@ -6,11 +6,11 @@
#include <libbutl/filesystem.mxx> // dir_exists(), file_exists()
-#include <build2/scope.hxx>
-#include <build2/target.hxx>
-#include <build2/algorithm.hxx>
-#include <build2/filesystem.hxx>
-#include <build2/diagnostics.hxx>
+#include <libbuild2/scope.hxx>
+#include <libbuild2/target.hxx>
+#include <libbuild2/algorithm.hxx>
+#include <libbuild2/filesystem.hxx>
+#include <libbuild2/diagnostics.hxx>
using namespace std;
using namespace butl;
diff --git a/build2/install/rule.hxx b/build2/install/rule.hxx
index 526683d..09dd1b5 100644
--- a/build2/install/rule.hxx
+++ b/build2/install/rule.hxx
@@ -5,13 +5,13 @@
#ifndef BUILD2_INSTALL_RULE_HXX
#define BUILD2_INSTALL_RULE_HXX
-#include <build2/types.hxx>
-#include <build2/utility.hxx>
+#include <libbuild2/types.hxx>
+#include <libbuild2/utility.hxx>
-#include <build2/rule.hxx>
-#include <build2/action.hxx>
-#include <build2/target.hxx>
-#include <build2/filesystem.hxx>
+#include <libbuild2/rule.hxx>
+#include <libbuild2/action.hxx>
+#include <libbuild2/target.hxx>
+#include <libbuild2/filesystem.hxx>
namespace build2
{
diff --git a/build2/install/utility.hxx b/build2/install/utility.hxx
index 2544630..29c6db0 100644
--- a/build2/install/utility.hxx
+++ b/build2/install/utility.hxx
@@ -5,11 +5,11 @@
#ifndef BUILD2_INSTALL_UTILITY_HXX
#define BUILD2_INSTALL_UTILITY_HXX
-#include <build2/types.hxx>
-#include <build2/utility.hxx>
+#include <libbuild2/types.hxx>
+#include <libbuild2/utility.hxx>
-#include <build2/scope.hxx>
-#include <build2/target.hxx>
+#include <libbuild2/scope.hxx>
+#include <libbuild2/target.hxx>
namespace build2
{