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:
Axel Dörfler
2003-09-09 02:36:29 +00:00
parent c7a03dadea
commit d02898ade8
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -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>
+1 -1
View File
@@ -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
+1 -1
View File
@@ -4,7 +4,7 @@
*/
#include <list.h>
#include <util/list.h>
#define GET_ITEM(list, item) ((void *)((uint8 *)item - list->offset))