* Moved the VM headers into subdirectory vm/.

* Renamed vm_cache.h/vm_address_space.h to VMCache.h/VMAddressSpace.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@34449 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Ingo Weinhold
2009-12-02 18:05:10 +00:00
parent 939b3801ea
commit e50cf8765b
94 changed files with 220 additions and 218 deletions
+1 -1
View File
@@ -21,7 +21,7 @@
#include <elf.h>
#include <elf_priv.h>
#include <smp.h>
#include <vm.h>
#include <vm/vm.h>
enum { INIT = 0, CMDREAD, CKSUM1, CKSUM2, WAITACK, QUIT, GDBSTATES };