diff options
Diffstat (limited to 'build2/cli/target.hxx')
-rw-r--r-- | build2/cli/target.hxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/build2/cli/target.hxx b/build2/cli/target.hxx index 44126ff..c6aa266 100644 --- a/build2/cli/target.hxx +++ b/build2/cli/target.hxx @@ -5,10 +5,10 @@ #ifndef BUILD2_CLI_TARGET_HXX #define BUILD2_CLI_TARGET_HXX -#include <build2/types.hxx> -#include <build2/utility.hxx> +#include <libbuild2/types.hxx> +#include <libbuild2/utility.hxx> -#include <build2/target.hxx> +#include <libbuild2/target.hxx> #include <build2/cxx/target.hxx> |