aboutsummaryrefslogtreecommitdiff
path: root/build/name
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/name
parent28c82c861e38fe05a25e916563e0551ed8fce91e (diff)
Move path and filesystem from build2 to libbutl
Diffstat (limited to 'build/name')
-rw-r--r--build/name6
1 files changed, 5 insertions, 1 deletions
diff --git a/build/name b/build/name
index 412abad..924c123 100644
--- a/build/name
+++ b/build/name
@@ -10,10 +10,14 @@
#include <iosfwd>
#include <utility> // move()
-#include <build/path>
+#include <butl/path>
+// Note: include <build/types> instead of this file directly.
+//
namespace build
{
+ using butl::dir_path;
+
// A name is what we operate on by default. Depending on the context,
// it can be interpreted as a target or prerequisite name. A name
// without a type and directory can be used to represent any text.