From 52705094236da4646123dfdeee8141204dd2a227 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Tue, 1 Sep 2015 15:18:29 +0200 Subject: Minor changes --- build/buildfile | 2 +- build/diagnostics | 3 --- 2 files changed, 1 insertion(+), 4 deletions(-) (limited to 'build') diff --git a/build/buildfile b/build/buildfile index 0da8d8e..a9fcc49 100644 --- a/build/buildfile +++ b/build/buildfile @@ -2,7 +2,7 @@ # copyright : Copyright (c) 2014-2015 Code Synthesis Ltd # license : MIT; see accompanying LICENSE file -import libs += libbutl%lib{butl} +import libs = libbutl%lib{butl} config = config/{operation module utility} dist = dist/{operation rule module} diff --git a/build/diagnostics b/build/diagnostics index b8b1090..ab4c4a2 100644 --- a/build/diagnostics +++ b/build/diagnostics @@ -21,9 +21,6 @@ namespace build { - using butl::path; - using butl::dir_path; - struct diag_record; // Throw this exception to terminate the build. The handler should -- cgit v1.1