aboutsummaryrefslogtreecommitdiff
path: root/build2/c
diff options
context:
space:
mode:
Diffstat (limited to 'build2/c')
-rw-r--r--build2/c/init.cxx6
-rw-r--r--build2/c/init.hxx6
-rw-r--r--build2/c/target.hxx4
3 files changed, 8 insertions, 8 deletions
diff --git a/build2/c/init.cxx b/build2/c/init.cxx
index 7c12fdd..08846a7 100644
--- a/build2/c/init.cxx
+++ b/build2/c/init.cxx
@@ -4,9 +4,9 @@
#include <build2/c/init.hxx>
-#include <build2/scope.hxx>
-#include <build2/context.hxx>
-#include <build2/diagnostics.hxx>
+#include <libbuild2/scope.hxx>
+#include <libbuild2/context.hxx>
+#include <libbuild2/diagnostics.hxx>
#include <build2/cc/guess.hxx>
#include <build2/cc/module.hxx>
diff --git a/build2/c/init.hxx b/build2/c/init.hxx
index 54cebf1..77119a9 100644
--- a/build2/c/init.hxx
+++ b/build2/c/init.hxx
@@ -5,10 +5,10 @@
#ifndef BUILD2_C_INIT_HXX
#define BUILD2_C_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/c/target.hxx b/build2/c/target.hxx
index 3119758..486c29c 100644
--- a/build2/c/target.hxx
+++ b/build2/c/target.hxx
@@ -5,8 +5,8 @@
#ifndef BUILD2_C_TARGET_HXX
#define BUILD2_C_TARGET_HXX
-#include <build2/types.hxx>
-#include <build2/utility.hxx>
+#include <libbuild2/types.hxx>
+#include <libbuild2/utility.hxx>
#include <build2/cc/target.hxx>