diff options
Diffstat (limited to 'build2/test/common.cxx')
-rw-r--r-- | build2/test/common.cxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/build2/test/common.cxx b/build2/test/common.cxx index 161ba94..bbfd489 100644 --- a/build2/test/common.cxx +++ b/build2/test/common.cxx @@ -4,8 +4,8 @@ #include <build2/test/common.hxx> -#include <build2/target.hxx> -#include <build2/algorithm.hxx> +#include <libbuild2/target.hxx> +#include <libbuild2/algorithm.hxx> using namespace std; |