aboutsummaryrefslogtreecommitdiff
path: root/build2
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2019-08-21 15:38:28 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2019-08-21 15:38:28 +0200
commit91734f1772aeca9795040d2db03b4f29051fa922 (patch)
tree410fcab8d47a58ea57ce3f27d91c9ea7ede44a9b /build2
parentd64ae97f6865bc25d496485622530e2a090c2eb4 (diff)
Cleanup context.hxx and its usage
Diffstat (limited to 'build2')
-rw-r--r--build2/c/init.cxx1
-rw-r--r--build2/cc/common.cxx1
-rw-r--r--build2/cc/gcc.cxx1
-rw-r--r--build2/cc/init.cxx1
-rw-r--r--build2/cc/module.cxx1
-rw-r--r--build2/cc/msvc.cxx1
-rw-r--r--build2/cxx/init.cxx1
7 files changed, 0 insertions, 7 deletions
diff --git a/build2/c/init.cxx b/build2/c/init.cxx
index 08846a7..5c55281 100644
--- a/build2/c/init.cxx
+++ b/build2/c/init.cxx
@@ -5,7 +5,6 @@
#include <build2/c/init.hxx>
#include <libbuild2/scope.hxx>
-#include <libbuild2/context.hxx>
#include <libbuild2/diagnostics.hxx>
#include <build2/cc/guess.hxx>
diff --git a/build2/cc/common.cxx b/build2/cc/common.cxx
index 84ebbd5..aa0ff59 100644
--- a/build2/cc/common.cxx
+++ b/build2/cc/common.cxx
@@ -6,7 +6,6 @@
#include <libbuild2/file.hxx> // import()
#include <libbuild2/scope.hxx>
-#include <libbuild2/context.hxx>
#include <libbuild2/variable.hxx>
#include <libbuild2/algorithm.hxx>
#include <libbuild2/filesystem.hxx>
diff --git a/build2/cc/gcc.cxx b/build2/cc/gcc.cxx
index 52cc386..e6d7101 100644
--- a/build2/cc/gcc.cxx
+++ b/build2/cc/gcc.cxx
@@ -4,7 +4,6 @@
#include <libbuild2/scope.hxx>
#include <libbuild2/target.hxx>
-#include <libbuild2/context.hxx>
#include <libbuild2/variable.hxx>
#include <libbuild2/filesystem.hxx>
#include <libbuild2/diagnostics.hxx>
diff --git a/build2/cc/init.cxx b/build2/cc/init.cxx
index e095b08..e22ece7 100644
--- a/build2/cc/init.cxx
+++ b/build2/cc/init.cxx
@@ -6,7 +6,6 @@
#include <libbuild2/file.hxx>
#include <libbuild2/scope.hxx>
-#include <libbuild2/context.hxx>
#include <libbuild2/filesystem.hxx>
#include <libbuild2/diagnostics.hxx>
diff --git a/build2/cc/module.cxx b/build2/cc/module.cxx
index 0fe9459..36cdd1a 100644
--- a/build2/cc/module.cxx
+++ b/build2/cc/module.cxx
@@ -7,7 +7,6 @@
#include <iomanip> // left, setw()
#include <libbuild2/scope.hxx>
-#include <libbuild2/context.hxx>
#include <libbuild2/diagnostics.hxx>
#include <build2/bin/target.hxx>
diff --git a/build2/cc/msvc.cxx b/build2/cc/msvc.cxx
index e978f6a..6125fdd 100644
--- a/build2/cc/msvc.cxx
+++ b/build2/cc/msvc.cxx
@@ -6,7 +6,6 @@
#include <libbuild2/scope.hxx>
#include <libbuild2/target.hxx>
-#include <libbuild2/context.hxx>
#include <libbuild2/variable.hxx>
#include <libbuild2/algorithm.hxx>
#include <libbuild2/filesystem.hxx>
diff --git a/build2/cxx/init.cxx b/build2/cxx/init.cxx
index 9db5817..c355763 100644
--- a/build2/cxx/init.cxx
+++ b/build2/cxx/init.cxx
@@ -5,7 +5,6 @@
#include <build2/cxx/init.hxx>
#include <libbuild2/scope.hxx>
-#include <libbuild2/context.hxx>
#include <libbuild2/diagnostics.hxx>
#include <build2/cc/guess.hxx>