Files
sw_openocd/src/helper
Yasushi SHOJI 05752557dd helper: Remove src/helper from include dirs
The header files under src/helper/ can currently be included with
either

    #include <bits.h>
    or
    #include <helper/bits.h>

This is because we specify both "src/" and "src/helper/" directories
as include directories.  Some files name under "src/helper/", such as
types.h, log.h, and util.h are too generic and could be ambiguous
depending on the search path.

This commit remove "src/helper/" from our include dir and make C files
include explicitly.

Change-Id: I38fc9b96ba01a513d4a72757d40007e21b502f25
Signed-off-by: Yasushi SHOJI <yashi@spacecubics.com>
Reviewed-on: https://review.openocd.org/c/openocd/+/6507
Tested-by: jenkins
Reviewed-by: Antonio Borneo <borneo.antonio@gmail.com>
2021-10-02 13:18:15 +00:00
..
2021-08-14 13:29:43 +01:00
2020-09-05 17:10:54 +01:00
2021-05-01 14:35:09 +01:00
2021-05-01 14:35:09 +01:00
2021-05-01 14:35:09 +01:00
2021-05-22 10:06:51 +01:00
2021-05-01 13:36:58 +01:00
2020-09-05 17:10:54 +01:00
2021-07-02 17:10:03 +01:00
2016-05-24 22:30:55 +01:00