Fixes due to the team/thread.h separation and minor header cleanup.

git-svn-id: file:///srv/svn/repos/haiku/trunk/current@6998 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Axel Dörfler
2004-03-16 02:53:41 +00:00
parent 974982d56d
commit a9e1ba1d5b
7 changed files with 18 additions and 19 deletions
+3 -3
View File
@@ -8,9 +8,9 @@
** Distributed under the terms of the NewOS License.
*/
#include <OS.h>
#include <boot/kernel_args.h>
#include <Errors.h>
#include <kernel.h>
#include <console.h>
#include <debug.h>
#include <arch/faults.h>
@@ -19,7 +19,6 @@
#include <vm.h>
#include <timer.h>
#include <smp.h>
#include <OS.h>
#include <sem.h>
#include <port.h>
#include <vfs.h>
@@ -31,6 +30,7 @@
#include <bus.h>
#include <kmodule.h>
#include <int.h>
#include <team.h>
#include <real_time_clock.h>
#include <kernel_daemon.h>