helper/list: include the correct header file
commitc02cf9404dc9dba2a6bc60c4db65c0287168a338
authorAntonio Borneo <borneo.antonio@gmail.com>
Sat, 9 Mar 2024 17:12:36 +0000 (9 18:12 +0100)
committerAntonio Borneo <borneo.antonio@gmail.com>
Sun, 24 Mar 2024 13:41:17 +0000 (24 13:41 +0000)
treedad1d9c6d1bf8e0ee63fc207d1aeb7c852e8053e
parenta213afad09e50402be8d02298f48757ff4e2e1cf
helper/list: include the correct header file

The file 'list.h', copied from FreeBSD, does not depend from any
OpenOCD specific include file, but only needs 'stddef.h' for the
type 'size_t'.

Let 'list.h' to include the correct header file, then fix the now
broken dependencies in the other files that were incorrectly
relying on 'list.h' to include 'helper/types.h'

Change-Id: Idd31b5bf607e226cac44ef41b2aa335ae4dbf519
Signed-off-by: Antonio Borneo <borneo.antonio@gmail.com>
Reviewed-on: https://review.openocd.org/c/openocd/+/8173
Tested-by: jenkins
src/helper/binarybuffer.h
src/helper/list.h
src/target/target.h