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
|
@ -22,7 +22,7 @@
|
|||
#include <sys/__assert.h>
|
||||
#include <sched_priq.h>
|
||||
#include <sys/dlist.h>
|
||||
#include <misc/slist.h>
|
||||
#include <sys/slist.h>
|
||||
#include <sys/sflist.h>
|
||||
#include <misc/util.h>
|
||||
#include <sys/mempool_base.h>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue