cleanup: include/: move misc/slist.h to sys/slist.h
move misc/slist.h to sys/slist.h and create a shim for backward-compatibility. No functional changes to the headers. A warning in the shim can be controlled with CONFIG_COMPAT_INCLUDES. Related to #16539 Signed-off-by: Anas Nashif <anas.nashif@intel.com>
This commit is contained in:
parent
5c0516bce3
commit
536dd5a71f
31 changed files with 449 additions and 434 deletions
|
@ -10,7 +10,7 @@
|
|||
|
||||
#include <sys/types.h>
|
||||
#include <misc/util.h>
|
||||
#include <misc/slist.h>
|
||||
#include <sys/slist.h>
|
||||
#include <stdint.h>
|
||||
|
||||
#ifdef __cplusplus
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue