aboutsummaryrefslogtreecommitdiff
path: root/build2/version
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2019-07-08 14:55:35 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2019-07-24 13:53:25 +0200
commit83bb02cada0b894d9134cc5489999e0f0fe8bd7c (patch)
tree1dedff27ce2b7d54bd6b0875c9125f4dafde2e80 /build2/version
parent1ba934bb973c234b68751ee5866365c14da4e795 (diff)
Move in build system module to separate library
Diffstat (limited to 'build2/version')
-rw-r--r--build2/version/rule.cxx2
-rw-r--r--build2/version/rule.hxx2
2 files changed, 2 insertions, 2 deletions
diff --git a/build2/version/rule.cxx b/build2/version/rule.cxx
index 912efe3..f110e3e 100644
--- a/build2/version/rule.cxx
+++ b/build2/version/rule.cxx
@@ -8,7 +8,7 @@
#include <libbuild2/target.hxx>
#include <libbuild2/diagnostics.hxx>
-#include <build2/in/target.hxx>
+#include <libbuild2/in/target.hxx>
#include <build2/version/module.hxx>
#include <build2/version/utility.hxx>
diff --git a/build2/version/rule.hxx b/build2/version/rule.hxx
index 6d841df..7bfb783 100644
--- a/build2/version/rule.hxx
+++ b/build2/version/rule.hxx
@@ -10,7 +10,7 @@
#include <libbuild2/install/rule.hxx>
-#include <build2/in/rule.hxx>
+#include <libbuild2/in/rule.hxx>
namespace build2
{