]> git.gag.com Git - fw/openocd/commitdiff
openocd: remove 'src' prefix from #include path
authorAntonio Borneo <borneo.antonio@gmail.com>
Wed, 6 Oct 2021 21:27:16 +0000 (23:27 +0200)
committerAntonio Borneo <borneo.antonio@gmail.com>
Mon, 25 Oct 2021 16:12:42 +0000 (16:12 +0000)
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>
src/jtag/drivers/jlink.c
src/target/arm_coresight.h

index 319ca380a2b30b021776150725f046997ee74838..53ae1dfaeb644c742e8532fb35b546a5512b0426 100644 (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>
index 42e6c5eb6cc9038a26fa6561518697b91866c0e6..a08f4fb53b63dd67525dba7668f01c65c2637ea5 100644 (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)