Removed references to ktypes.h.

aspace_id is now defined in vm_types.h only, as it's only used internally anyway.


git-svn-id: file:///srv/svn/repos/haiku/trunk/current@10261 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Axel Dörfler 2004-11-27 12:05:41 +00:00
parent 515d213528
commit 841093cf3c
2 changed files with 4 additions and 2 deletions

View File

@ -6,7 +6,6 @@
#define _KERNEL_POOLS_H
#include <ktypes.h>
#include <lock.h>
typedef struct pool_ctl pool_ctl;

View File

@ -8,12 +8,15 @@
#ifndef _KERNEL_VM_TYPES_H
#define _KERNEL_VM_TYPES_H
#include <kernel.h>
#include <ktypes.h>
#include <defines.h>
#include <vfs.h>
#include <arch/vm_translation_map.h>
typedef int32 aspace_id;
// vm page
typedef struct vm_page {
struct vm_page *queue_prev;