list.h is now in util/.
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@4595 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
parent
c7a03dadea
commit
d02898ade8
@ -12,7 +12,7 @@
|
||||
#include <fd.h>
|
||||
#include <lock.h>
|
||||
#include <khash.h>
|
||||
#include <list.h>
|
||||
#include <util/list.h>
|
||||
|
||||
#include <malloc.h>
|
||||
#include <stddef.h>
|
||||
|
@ -9,7 +9,7 @@
|
||||
|
||||
#include <kernel_daemon.h>
|
||||
#include <lock.h>
|
||||
#include <list.h>
|
||||
#include <util/list.h>
|
||||
|
||||
|
||||
// ToDo: the use of snooze() in the kernel_daemon() function is very inaccurate, of
|
||||
|
@ -4,7 +4,7 @@
|
||||
*/
|
||||
|
||||
|
||||
#include <list.h>
|
||||
#include <util/list.h>
|
||||
|
||||
|
||||
#define GET_ITEM(list, item) ((void *)((uint8 *)item - list->offset))
|
||||
|
Loading…
x
Reference in New Issue
Block a user