diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2020-03-13 08:48:43 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2020-03-13 08:58:15 +0200 |
commit | 1adbf7b710d52958f6c0168ccb492252c1f19d4a (patch) | |
tree | 04ce492fd006d3c5cf98222f923adcc9845194f4 /libbuild2/config/utility.txx | |
parent | 1dbaaa16d0ea2c6af53f16ebb14c943fdd11bac4 (diff) |
Cleanup and make config/utility.?xx part of build system core
Diffstat (limited to 'libbuild2/config/utility.txx')
-rw-r--r-- | libbuild2/config/utility.txx | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/libbuild2/config/utility.txx b/libbuild2/config/utility.txx index 670a701..f52df8d 100644 --- a/libbuild2/config/utility.txx +++ b/libbuild2/config/utility.txx @@ -1,9 +1,6 @@ // file : libbuild2/config/utility.txx -*- C++ -*- // license : MIT; see accompanying LICENSE file -#include <libbuild2/scope.hxx> -#include <libbuild2/context.hxx> // current_mif - namespace build2 { namespace config |