diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2015-06-18 14:41:45 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2015-06-18 14:41:45 +0200 |
commit | 63e7a4a77cb8ceed7b42561fe3202b0b48d86db6 (patch) | |
tree | bde5a79522225f32ec188ba46d0834486c30f00f /tests/build/parser | |
parent | 28c82c861e38fe05a25e916563e0551ed8fce91e (diff) |
Move path and filesystem from build2 to libbutl
Diffstat (limited to 'tests/build/parser')
-rw-r--r-- | tests/build/parser/driver.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/build/parser/driver.cxx b/tests/build/parser/driver.cxx index 57d9267..fef2f41 100644 --- a/tests/build/parser/driver.cxx +++ b/tests/build/parser/driver.cxx @@ -6,7 +6,7 @@ #include <sstream> #include <iostream> -#include <build/path> +#include <build/types> #include <build/scope> #include <build/target> #include <build/native> |