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/install/functions.cxx | 4 ++-- build2/install/init.cxx | 12 ++++++------ build2/install/init.hxx | 6 +++--- build2/install/operation.hxx | 6 +++--- build2/install/rule.cxx | 10 +++++----- build2/install/rule.hxx | 12 ++++++------ build2/install/utility.hxx | 8 ++++---- 7 files changed, 29 insertions(+), 29 deletions(-) (limited to 'build2/install') diff --git a/build2/install/functions.cxx b/build2/install/functions.cxx index a097052..5780fd8 100644 --- a/build2/install/functions.cxx +++ b/build2/install/functions.cxx @@ -2,8 +2,8 @@ // copyright : Copyright (c) 2014-2019 Code Synthesis Ltd // license : MIT; see accompanying LICENSE file -#include -#include +#include +#include #include diff --git a/build2/install/init.cxx b/build2/install/init.cxx index 06bef86..055b8b1 100644 --- a/build2/install/init.cxx +++ b/build2/install/init.cxx @@ -4,12 +4,12 @@ #include -#include -#include -#include -#include -#include -#include +#include +#include +#include +#include +#include +#include #include diff --git a/build2/install/init.hxx b/build2/install/init.hxx index 968ae93..579c03e 100644 --- a/build2/install/init.hxx +++ b/build2/install/init.hxx @@ -5,10 +5,10 @@ #ifndef BUILD2_INSTALL_INIT_HXX #define BUILD2_INSTALL_INIT_HXX -#include -#include +#include +#include -#include +#include namespace build2 { diff --git a/build2/install/operation.hxx b/build2/install/operation.hxx index 1cfbab5..7de0225 100644 --- a/build2/install/operation.hxx +++ b/build2/install/operation.hxx @@ -5,10 +5,10 @@ #ifndef BUILD2_INSTALL_OPERATION_HXX #define BUILD2_INSTALL_OPERATION_HXX -#include -#include +#include +#include -#include +#include namespace build2 { diff --git a/build2/install/rule.cxx b/build2/install/rule.cxx index a17cc0d..faa7c3f 100644 --- a/build2/install/rule.cxx +++ b/build2/install/rule.cxx @@ -6,11 +6,11 @@ #include // dir_exists(), file_exists() -#include -#include -#include -#include -#include +#include +#include +#include +#include +#include using namespace std; using namespace butl; diff --git a/build2/install/rule.hxx b/build2/install/rule.hxx index 526683d..09dd1b5 100644 --- a/build2/install/rule.hxx +++ b/build2/install/rule.hxx @@ -5,13 +5,13 @@ #ifndef BUILD2_INSTALL_RULE_HXX #define BUILD2_INSTALL_RULE_HXX -#include -#include +#include +#include -#include -#include -#include -#include +#include +#include +#include +#include namespace build2 { diff --git a/build2/install/utility.hxx b/build2/install/utility.hxx index 2544630..29c6db0 100644 --- a/build2/install/utility.hxx +++ b/build2/install/utility.hxx @@ -5,11 +5,11 @@ #ifndef BUILD2_INSTALL_UTILITY_HXX #define BUILD2_INSTALL_UTILITY_HXX -#include -#include +#include +#include -#include -#include +#include +#include namespace build2 { -- cgit v1.1