From 104f8564ec9d9324d3e441364fb4a50aab1e8441 Mon Sep 17 00:00:00 2001 From: ad Date: Mon, 5 May 2008 00:33:32 +0000 Subject: Remove unneeded includes. --- sys/compat/common/vfs_syscalls_20.c | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'sys') diff --git a/sys/compat/common/vfs_syscalls_20.c b/sys/compat/common/vfs_syscalls_20.c index d58c5943504..75b4a435062 100644 --- a/sys/compat/common/vfs_syscalls_20.c +++ b/sys/compat/common/vfs_syscalls_20.c @@ -1,4 +1,4 @@ -/* $NetBSD: vfs_syscalls_20.c,v 1.28 2008/04/30 12:49:16 ad Exp $ */ +/* $NetBSD: vfs_syscalls_20.c,v 1.29 2008/05/05 00:33:32 ad Exp $ */ /* * Copyright (c) 1989, 1993 @@ -37,11 +37,9 @@ */ #include -__KERNEL_RCSID(0, "$NetBSD: vfs_syscalls_20.c,v 1.28 2008/04/30 12:49:16 ad Exp $"); +__KERNEL_RCSID(0, "$NetBSD: vfs_syscalls_20.c,v 1.29 2008/05/05 00:33:32 ad Exp $"); #include "opt_compat_netbsd.h" -#include "opt_compat_43.h" -#include "fss.h" #include #include -- cgit