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/c/target.hxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'build2/c/target.hxx') diff --git a/build2/c/target.hxx b/build2/c/target.hxx index 3119758..486c29c 100644 --- a/build2/c/target.hxx +++ b/build2/c/target.hxx @@ -5,8 +5,8 @@ #ifndef BUILD2_C_TARGET_HXX #define BUILD2_C_TARGET_HXX -#include -#include +#include +#include #include -- cgit v1.1