Moved the headers of the different store implementations into the VM source

directory; they are not used outside the VM.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@15648 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Axel Dörfler
2005-12-21 20:08:49 +00:00
parent 16cfe613cd
commit db39fa281e
7 changed files with 10 additions and 6 deletions
+4 -3
View File
@@ -7,6 +7,10 @@
*/
#include "vm_store_anonymous_noswap.h"
#include "vm_store_device.h"
#include "vm_store_null.h"
#include <OS.h>
#include <KernelExport.h>
@@ -15,9 +19,6 @@
#include <vm_priv.h>
#include <vm_page.h>
#include <vm_cache.h>
#include <vm_store_anonymous_noswap.h>
#include <vm_store_device.h>
#include <vm_store_null.h>
#include <vm_low_memory.h>
#include <file_cache.h>
#include <memheap.h>
@@ -7,8 +7,9 @@
*/
#include "vm_store_anonymous_noswap.h"
#include <KernelExport.h>
#include <vm_store_anonymous_noswap.h>
#include <vm_priv.h>
#include <arch_config.h>
+2 -1
View File
@@ -7,8 +7,9 @@
*/
#include "vm_store_device.h"
#include <KernelExport.h>
#include <vm_store_device.h>
#include <vm_priv.h>
#include <stdlib.h>
+2 -1
View File
@@ -4,7 +4,8 @@
*/
#include <vm_store_null.h>
#include "vm_store_null.h"
#include <stdlib.h>