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 --- old-tests/depdb/driver.cxx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'old-tests/depdb') diff --git a/old-tests/depdb/driver.cxx b/old-tests/depdb/driver.cxx index b95d299..64668a1 100644 --- a/old-tests/depdb/driver.cxx +++ b/old-tests/depdb/driver.cxx @@ -6,10 +6,10 @@ #include -#include -#include +#include +#include -#include +#include using namespace std; using namespace build2; -- cgit v1.1