aboutsummaryrefslogtreecommitdiff
path: root/build2/version
diff options
context:
space:
mode:
Diffstat (limited to 'build2/version')
-rw-r--r--build2/version/init.cxx8
-rw-r--r--build2/version/init.hxx6
-rw-r--r--build2/version/module.hxx6
-rw-r--r--build2/version/rule.cxx6
-rw-r--r--build2/version/rule.hxx4
-rw-r--r--build2/version/snapshot.cxx2
-rw-r--r--build2/version/snapshot.hxx6
-rw-r--r--build2/version/utility.cxx2
-rw-r--r--build2/version/utility.hxx6
9 files changed, 23 insertions, 23 deletions
diff --git a/build2/version/init.cxx b/build2/version/init.cxx
index 77fb35d..8c9cd42 100644
--- a/build2/version/init.cxx
+++ b/build2/version/init.cxx
@@ -6,10 +6,10 @@
#include <libbutl/manifest-parser.mxx>
-#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/config/utility.hxx>
diff --git a/build2/version/init.hxx b/build2/version/init.hxx
index 1e23371..ef3688a 100644
--- a/build2/version/init.hxx
+++ b/build2/version/init.hxx
@@ -5,10 +5,10 @@
#ifndef BUILD2_VERSION_INIT_HXX
#define BUILD2_VERSION_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/version/module.hxx b/build2/version/module.hxx
index 1c6e637..d2b681c 100644
--- a/build2/version/module.hxx
+++ b/build2/version/module.hxx
@@ -7,10 +7,10 @@
#include <map>
-#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/version/rule.cxx b/build2/version/rule.cxx
index 674defd..912efe3 100644
--- a/build2/version/rule.cxx
+++ b/build2/version/rule.cxx
@@ -4,9 +4,9 @@
#include <build2/version/rule.hxx>
-#include <build2/scope.hxx>
-#include <build2/target.hxx>
-#include <build2/diagnostics.hxx>
+#include <libbuild2/scope.hxx>
+#include <libbuild2/target.hxx>
+#include <libbuild2/diagnostics.hxx>
#include <build2/in/target.hxx>
diff --git a/build2/version/rule.hxx b/build2/version/rule.hxx
index 2813f87..8eb4830 100644
--- a/build2/version/rule.hxx
+++ b/build2/version/rule.hxx
@@ -5,8 +5,8 @@
#ifndef BUILD2_VERSION_RULE_HXX
#define BUILD2_VERSION_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/version/snapshot.cxx b/build2/version/snapshot.cxx
index aa58a6e..b43e083 100644
--- a/build2/version/snapshot.cxx
+++ b/build2/version/snapshot.cxx
@@ -4,7 +4,7 @@
#include <build2/version/snapshot.hxx>
-#include <build2/filesystem.hxx>
+#include <libbuild2/filesystem.hxx>
using namespace std;
diff --git a/build2/version/snapshot.hxx b/build2/version/snapshot.hxx
index 78ad174..824ec89 100644
--- a/build2/version/snapshot.hxx
+++ b/build2/version/snapshot.hxx
@@ -5,10 +5,10 @@
#ifndef BUILD2_VERSION_SNAPSHOT_HXX
#define BUILD2_VERSION_SNAPSHOT_HXX
-#include <build2/types.hxx>
-#include <build2/utility.hxx>
+#include <libbuild2/types.hxx>
+#include <libbuild2/utility.hxx>
-#include <build2/scope.hxx>
+#include <libbuild2/scope.hxx>
namespace build2
{
diff --git a/build2/version/utility.cxx b/build2/version/utility.cxx
index 6c4d43e..8286ff8 100644
--- a/build2/version/utility.cxx
+++ b/build2/version/utility.cxx
@@ -7,7 +7,7 @@
#include <libbutl/manifest-parser.mxx>
#include <libbutl/manifest-serializer.mxx>
-#include <build2/diagnostics.hxx>
+#include <libbuild2/diagnostics.hxx>
using namespace butl;
diff --git a/build2/version/utility.hxx b/build2/version/utility.hxx
index 5baebeb..83bb91c 100644
--- a/build2/version/utility.hxx
+++ b/build2/version/utility.hxx
@@ -5,10 +5,10 @@
#ifndef BUILD2_VERSION_UTILITY_HXX
#define BUILD2_VERSION_UTILITY_HXX
-#include <build2/types.hxx>
-#include <build2/utility.hxx>
+#include <libbuild2/types.hxx>
+#include <libbuild2/utility.hxx>
-#include <build2/filesystem.hxx>
+#include <libbuild2/filesystem.hxx>
namespace build2
{