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:
parent
615709d140
commit
37bce98395
|
@ -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>
|
||||
|
|
|
@ -11,7 +11,7 @@
|
|||
#include <stdbool.h>
|
||||
#include <stdint.h>
|
||||
|
||||
#include <src/helper/bits.h>
|
||||
#include <helper/bits.h>
|
||||
|
||||
#define ARM_CS_ALIGN (0x1000)
|
||||
|
||||
|
|
Loading…
Reference in New Issue