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/dist/rule.hxx | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'build2/dist/rule.hxx') diff --git a/build2/dist/rule.hxx b/build2/dist/rule.hxx index b409118..accce4c 100644 --- a/build2/dist/rule.hxx +++ b/build2/dist/rule.hxx @@ -5,12 +5,12 @@ #ifndef BUILD2_DIST_RULE_HXX #define BUILD2_DIST_RULE_HXX -#include -#include +#include +#include -#include -#include -#include +#include +#include +#include namespace build2 { -- cgit v1.1