* vm.h no longer includes vm_types.h - only those that actually need access
to the private VM types are including vm_types.h now. * Removed vm_page, vm_area, vm_cache, and vm_address_space typedefs; it's cleaner this way, and the actual types are only used in C++ files now, anyway. * And that caused changes in many files... * Made commpage.h self-containing. * Minor cleanup. git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@22329 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -3,8 +3,8 @@
|
||||
#ifndef _SYSCALL_ARGS_H
|
||||
#define _SYSCALL_ARGS_H
|
||||
|
||||
#include <KernelExport.h>
|
||||
#include <vm.h>
|
||||
#include <kernel.h>
|
||||
//#include <vm.h>
|
||||
|
||||
// Hack to be able to use the IS_USER_ADDRESS macro when compiling for R5.
|
||||
#ifdef R5_MEMORY_LAYOUT
|
||||
|
||||
Reference in New Issue
Block a user