* Moved some definitions from vm_types.h that functions in vm.h need as

arguments into vm.h.
* This should fix the broken build from earlier - thanks Stefano for the note!
* That also allowed to clean some other includes a bit.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@22331 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Axel Dörfler
2007-09-27 13:01:18 +00:00
parent 9ef250072b
commit 5c4ed86b56
6 changed files with 54 additions and 55 deletions
-1
View File
@@ -27,7 +27,6 @@
#include <vfs.h>
#include <vm.h>
#include <vm_address_space.h>
#include <vm_types.h>
#include <arch/cpu.h>
#include <arch/elf.h>