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/version/init.cxx | 8 ++++---- build2/version/init.hxx | 6 +++--- build2/version/module.hxx | 6 +++--- build2/version/rule.cxx | 6 +++--- build2/version/rule.hxx | 4 ++-- build2/version/snapshot.cxx | 2 +- build2/version/snapshot.hxx | 6 +++--- build2/version/utility.cxx | 2 +- build2/version/utility.hxx | 6 +++--- 9 files changed, 23 insertions(+), 23 deletions(-) (limited to 'build2/version') diff --git a/build2/version/init.cxx b/build2/version/init.cxx index 77fb35d..8c9cd42 100644 --- a/build2/version/init.cxx +++ b/build2/version/init.cxx @@ -6,10 +6,10 @@ #include -#include -#include -#include -#include +#include +#include +#include +#include #include diff --git a/build2/version/init.hxx b/build2/version/init.hxx index 1e23371..ef3688a 100644 --- a/build2/version/init.hxx +++ b/build2/version/init.hxx @@ -5,10 +5,10 @@ #ifndef BUILD2_VERSION_INIT_HXX #define BUILD2_VERSION_INIT_HXX -#include -#include +#include +#include -#include +#include namespace build2 { diff --git a/build2/version/module.hxx b/build2/version/module.hxx index 1c6e637..d2b681c 100644 --- a/build2/version/module.hxx +++ b/build2/version/module.hxx @@ -7,10 +7,10 @@ #include -#include -#include +#include +#include -#include +#include namespace build2 { diff --git a/build2/version/rule.cxx b/build2/version/rule.cxx index 674defd..912efe3 100644 --- a/build2/version/rule.cxx +++ b/build2/version/rule.cxx @@ -4,9 +4,9 @@ #include -#include -#include -#include +#include +#include +#include #include diff --git a/build2/version/rule.hxx b/build2/version/rule.hxx index 2813f87..8eb4830 100644 --- a/build2/version/rule.hxx +++ b/build2/version/rule.hxx @@ -5,8 +5,8 @@ #ifndef BUILD2_VERSION_RULE_HXX #define BUILD2_VERSION_RULE_HXX -#include -#include +#include +#include #include #include diff --git a/build2/version/snapshot.cxx b/build2/version/snapshot.cxx index aa58a6e..b43e083 100644 --- a/build2/version/snapshot.cxx +++ b/build2/version/snapshot.cxx @@ -4,7 +4,7 @@ #include -#include +#include using namespace std; diff --git a/build2/version/snapshot.hxx b/build2/version/snapshot.hxx index 78ad174..824ec89 100644 --- a/build2/version/snapshot.hxx +++ b/build2/version/snapshot.hxx @@ -5,10 +5,10 @@ #ifndef BUILD2_VERSION_SNAPSHOT_HXX #define BUILD2_VERSION_SNAPSHOT_HXX -#include -#include +#include +#include -#include +#include namespace build2 { diff --git a/build2/version/utility.cxx b/build2/version/utility.cxx index 6c4d43e..8286ff8 100644 --- a/build2/version/utility.cxx +++ b/build2/version/utility.cxx @@ -7,7 +7,7 @@ #include #include -#include +#include using namespace butl; diff --git a/build2/version/utility.hxx b/build2/version/utility.hxx index 5baebeb..83bb91c 100644 --- a/build2/version/utility.hxx +++ b/build2/version/utility.hxx @@ -5,10 +5,10 @@ #ifndef BUILD2_VERSION_UTILITY_HXX #define BUILD2_VERSION_UTILITY_HXX -#include -#include +#include +#include -#include +#include namespace build2 { -- cgit v1.1