diff --git a/headers/private/kernel/vfs.h b/headers/private/kernel/vfs.h index 5ad1fb9294..14ca849c02 100755 --- a/headers/private/kernel/vfs.h +++ b/headers/private/kernel/vfs.h @@ -1,6 +1,6 @@ /* ** Copyright 2002-2004, Axel Dörfler, axeld@pinc-software.de. All rights reserved. -** Distributed under the terms of the OpenBeOS License. +** Distributed under the terms of the Haiku License. ** ** Copyright 2001-2002, Travis Geiselbrecht. All rights reserved. ** Distributed under the terms of the NewOS License. @@ -22,8 +22,6 @@ #define MAX_FD_TABLE_SIZE 2048 #define MAX_NODE_MONITORS 4096 -#include - struct kernel_args; struct file_descriptor; diff --git a/headers/private/kernel/vfs_types.h b/headers/private/kernel/vfs_types.h deleted file mode 100644 index 61ecf11feb..0000000000 --- a/headers/private/kernel/vfs_types.h +++ /dev/null @@ -1,13 +0,0 @@ -#ifndef VFS_TYPES_H -#define VFS_TYPES_H - -#include - -typedef struct iovecs { - size_t num; - size_t total_len; - iovec vec[0]; -} iovecs; - -#endif /* VFS_TYPES_H */ -