This is an automated email from Gerrit. "Antonio Borneo <[email protected]>" just uploaded a new patch set to Gerrit, which you can find at https://review.openocd.org/c/openocd/+/6634
-- gerrit commit e8365fd98e0d2b0d8141430a81f99b9f12b8c93c Author: Antonio Borneo <[email protected]> Date: Wed Oct 6 23:27:16 2021 +0200 openocd: remove 'src' prefix from #include path There is no reason to add the 'src' prefix. Remove it. Change-Id: Id7d7ee8b3807fb90381cc1d6d545321020bc06c1 Signed-off-by: Antonio Borneo <[email protected]> diff --git a/src/jtag/drivers/jlink.c b/src/jtag/drivers/jlink.c index 319ca380a..53ae1dfae 100644 --- a/src/jtag/drivers/jlink.c +++ b/src/jtag/drivers/jlink.c @@ -39,7 +39,7 @@ #include <jtag/swd.h> #include <jtag/commands.h> #include <jtag/drivers/jtag_usb_common.h> -#include <src/helper/replacements.h> +#include <helper/replacements.h> #include <target/cortex_m.h> #include <libjaylink/libjaylink.h> diff --git a/src/target/arm_coresight.h b/src/target/arm_coresight.h index 42e6c5eb6..a08f4fb53 100644 --- a/src/target/arm_coresight.h +++ b/src/target/arm_coresight.h @@ -11,7 +11,7 @@ #include <stdbool.h> #include <stdint.h> -#include <src/helper/bits.h> +#include <helper/bits.h> #define ARM_CS_ALIGN (0x1000) --
