Removed unused includes.

This commit is contained in:
bde 1998-08-17 19:09:36 +00:00
parent 4b4c2fa24a
commit 4e2d834c27
6 changed files with 8 additions and 20 deletions

View File

@ -1,4 +1,4 @@
/* $Id: msdosfs_denode.c,v 1.37 1998/05/17 18:00:45 bde Exp $ */
/* $Id: msdosfs_denode.c,v 1.38 1998/05/17 18:09:28 bde Exp $ */
/* $NetBSD: msdosfs_denode.c,v 1.28 1998/02/10 14:10:00 mrg Exp $ */
/*-
@ -55,7 +55,6 @@
#include <sys/proc.h>
#include <sys/buf.h>
#include <sys/vnode.h>
#include <sys/kernel.h> /* defines "time" */
#include <vm/vm.h>
#include <vm/vm_extern.h>

View File

@ -6,7 +6,7 @@
* this stuff is worth it, you can buy me a beer in return. Poul-Henning Kamp
* ----------------------------------------------------------------------------
*
* $Id: loran.c,v 1.6 1998/06/07 20:36:40 phk Exp $
* $Id: loran.c,v 1.7 1998/08/17 18:47:36 bde Exp $
*
* This device-driver helps the userland controlprogram for a LORAN-C
* receiver avoid monopolizing the CPU.
@ -21,21 +21,13 @@
*/
#ifdef KERNEL
#include "loran.h"
#include "opt_devfs.h"
#include <sys/param.h>
#include <sys/systm.h>
#include <sys/sysctl.h>
#include <sys/conf.h>
#include <sys/kernel.h>
#include <sys/uio.h>
#include <sys/syslog.h>
#include <sys/time.h>
#include <sys/malloc.h>
#ifdef DEVFS
#include <sys/devfsext.h>
#endif /*DEVFS*/
#include <i386/isa/isa_device.h>
#endif /* KERNEL */

View File

@ -1,4 +1,4 @@
/* $Id: msdosfs_denode.c,v 1.37 1998/05/17 18:00:45 bde Exp $ */
/* $Id: msdosfs_denode.c,v 1.38 1998/05/17 18:09:28 bde Exp $ */
/* $NetBSD: msdosfs_denode.c,v 1.28 1998/02/10 14:10:00 mrg Exp $ */
/*-
@ -55,7 +55,6 @@
#include <sys/proc.h>
#include <sys/buf.h>
#include <sys/vnode.h>
#include <sys/kernel.h> /* defines "time" */
#include <vm/vm.h>
#include <vm/vm_extern.h>

View File

@ -14,7 +14,7 @@
*
* Ported to run under 386BSD by Julian Elischer (julian@tfs.com) Sept 1992
*
* $Id: cd.c,v 1.96 1998/07/11 07:45:56 bde Exp $
* $Id: cd.c,v 1.97 1998/07/30 17:05:10 bde Exp $
*/
#include "opt_bounce.h"
@ -27,7 +27,6 @@
#include <sys/dkbad.h>
#include <sys/systm.h>
#include <sys/conf.h>
#include <sys/fcntl.h>
#include <sys/buf.h>
#include <sys/cdio.h>
#include <sys/disklabel.h>

View File

@ -31,7 +31,7 @@
* SUCH DAMAGE.
*
* @(#)ffs_alloc.c 8.18 (Berkeley) 5/26/95
* $Id: ffs_alloc.c,v 1.49 1998/03/30 09:55:50 phk Exp $
* $Id: ffs_alloc.c,v 1.50 1998/07/11 07:46:04 bde Exp $
*/
#include "opt_quota.h"
@ -42,8 +42,9 @@
#include <sys/proc.h>
#include <sys/vnode.h>
#include <sys/mount.h>
#include <sys/kernel.h>
#ifdef notyet
#include <sys/sysctl.h>
#endif
#include <sys/syslog.h>
#include <ufs/ufs/quota.h>

View File

@ -31,7 +31,7 @@
* SUCH DAMAGE.
*
* @(#)ffs_vfsops.c 8.31 (Berkeley) 5/20/95
* $Id: ffs_vfsops.c,v 1.83 1998/06/04 17:21:39 dfr Exp $
* $Id: ffs_vfsops.c,v 1.84 1998/07/08 23:52:27 julian Exp $
*/
#include "opt_devfs.h" /* for SLICE */
@ -63,8 +63,6 @@
#include <vm/vm.h>
#include <vm/vm_prot.h>
#include <vm/vm_page.h>
#include <vm/vm_extern.h>
#include <vm/vm_object.h>
static MALLOC_DEFINE(M_FFSNODE, "FFS node", "FFS vnode private part");