aboutsummaryrefslogtreecommitdiff
path: root/libbuild2/context.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'libbuild2/context.cxx')
-rw-r--r--libbuild2/context.cxx10
1 files changed, 2 insertions, 8 deletions
diff --git a/libbuild2/context.cxx b/libbuild2/context.cxx
index 4082e0c..827894b 100644
--- a/libbuild2/context.cxx
+++ b/libbuild2/context.cxx
@@ -21,6 +21,8 @@
#include <libbuild2/lexer.hxx>
#include <libbuild2/parser.hxx>
+#include <libbuild2/config/utility.hxx> // config_preprocess_create
+
using namespace std;
using namespace butl;
@@ -892,12 +894,4 @@ namespace build2
//text << this_thread::get_id () << " phase restore " << n << " " << o;
}
-
- void (*config_save_variable) (scope&, const variable&, uint64_t);
-
- const string& (*config_preprocess_create) (context&,
- values&,
- vector_view<opspec>&,
- bool,
- const location&);
}