Removed unused headers.

git-svn-id: file:///srv/svn/repos/haiku/trunk/current@3686 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Axel Dörfler
2003-06-27 03:49:13 +00:00
parent e189e20f7e
commit ba6ecd2852
+5 -8
View File
@@ -3,25 +3,22 @@
** Distributed under the terms of the NewOS License.
*/
#include <kernel.h>
#include <KernelExport.h>
#include <vfs.h>
#include <debug.h>
#include <khash.h>
#include <malloc.h>
#include <lock.h>
#include <vm.h>
#include <Errors.h>
#include <kerrors.h>
#include <arch/cpu.h>
#include <sys/stat.h>
#include <KernelExport.h>
#include <boot/bootdir.h>
#include <sys/stat.h>
#include <malloc.h>
#include <string.h>
#include <stdio.h>
#include "bootfs.h"
#include "builtin_fs.h"
#define BOOTFS_TRACE 0