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 <borneo.antonio@gmail.com>
Reviewed-on: https://review.openocd.org/c/openocd/+/6634
Tested-by: jenkins
Reviewed-by: Tomas Vanek <vanekt@fbl.cz>
This commit is contained in:
Antonio Borneo 2021-10-06 23:27:16 +02:00
parent 615709d140
commit 37bce98395
2 changed files with 2 additions and 2 deletions

View File

@ -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>

View File

@ -11,7 +11,7 @@
#include <stdbool.h>
#include <stdint.h>
#include <src/helper/bits.h>
#include <helper/bits.h>
#define ARM_CS_ALIGN (0x1000)