Separated vm_address_space.h from vm.h.

Some more cleanup.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@15614 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Axel Dörfler
2005-12-20 15:54:45 +00:00
parent a06a87b98c
commit d608540b67
15 changed files with 104 additions and 96 deletions
+8 -7
View File
@@ -10,19 +10,20 @@
#include <OS.h>
#include <thread.h>
#include <team.h>
#include <int.h>
#include <smp.h>
#include <cpu.h>
#include <arch/vm.h>
#include <int.h>
#include <kimage.h>
#include <ksignal.h>
#include <kscheduler.h>
#include <ksignal.h>
#include <smp.h>
#include <syscalls.h>
#include <team.h>
#include <thread.h>
#include <tls.h>
#include <vfs.h>
#include <user_runtime.h>
#include <vfs.h>
#include <vm_address_space.h>
#include <boot/kernel_args.h>
#include <util/khash.h>