list.h is now in util/.

git-svn-id: file:///srv/svn/repos/haiku/trunk/current@4594 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Axel Dörfler
2003-09-09 02:31:25 +00:00
parent a26d074d55
commit c7a03dadea
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -12,7 +12,7 @@
#include <smp.h>
#include <signal.h>
#include <timer.h>
#include <list.h>
#include <util/list.h>
#include <arch/thread_struct.h>
+1 -1
View File
@@ -13,7 +13,7 @@
#include <dirent.h>
#include <fs_interface.h>
#include <lock.h>
#include <list.h>
#include <util/list.h>
#define DEFAULT_FD_TABLE_SIZE 128
#define MAX_FD_TABLE_SIZE 2048