diff options
Diffstat (limited to 'build2/test/common.cxx')
-rw-r--r-- | build2/test/common.cxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/build2/test/common.cxx b/build2/test/common.cxx index be0e690..8197d5d 100644 --- a/build2/test/common.cxx +++ b/build2/test/common.cxx @@ -2,10 +2,10 @@ // copyright : Copyright (c) 2014-2017 Code Synthesis Ltd // license : MIT; see accompanying LICENSE file -#include <build2/test/common> +#include <build2/test/common.hxx> -#include <build2/target> -#include <build2/algorithm> +#include <build2/target.hxx> +#include <build2/algorithm.hxx> using namespace std; |