aboutsummaryrefslogtreecommitdiff
path: root/build/diagnostics
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2015-06-18 14:41:45 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2015-06-18 14:41:45 +0200
commit63e7a4a77cb8ceed7b42561fe3202b0b48d86db6 (patch)
treebde5a79522225f32ec188ba46d0834486c30f00f /build/diagnostics
parent28c82c861e38fe05a25e916563e0551ed8fce91e (diff)
Move path and filesystem from build2 to libbutl
Diffstat (limited to 'build/diagnostics')
-rw-r--r--build/diagnostics6
1 files changed, 5 insertions, 1 deletions
diff --git a/build/diagnostics b/build/diagnostics
index 05401b9..6c528f2 100644
--- a/build/diagnostics
+++ b/build/diagnostics
@@ -14,11 +14,15 @@
#include <exception>
#include <type_traits>
-#include <build/path>
+#include <butl/path>
+
#include <build/path-io>
namespace build
{
+ using butl::path;
+ using butl::dir_path;
+
// Throw this exception to terminate the build. The handler should
// assume that the diagnostics has already been issued.
//