From 977d07a3ae47ef204665d1eda2d642e5064724f3 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Mon, 24 Jun 2019 12:01:19 +0200 Subject: Split build system into library and driver --- build2/config/module.hxx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'build2/config/module.hxx') diff --git a/build2/config/module.hxx b/build2/config/module.hxx index 10dac40..0c78b18 100644 --- a/build2/config/module.hxx +++ b/build2/config/module.hxx @@ -9,11 +9,11 @@ #include -#include -#include +#include +#include -#include -#include +#include +#include namespace build2 { -- cgit v1.1