nuke unnecessary #include <sys/dkstat.h>

This commit is contained in:
drochner 2003-06-12 14:44:36 +00:00
parent e02e7ca6de
commit 0256604827
3 changed files with 6 additions and 9 deletions

View File

@ -1,4 +1,4 @@
/* $NetBSD: autoconf.c,v 1.69 2003/05/12 14:59:51 dsl Exp $ */
/* $NetBSD: autoconf.c,v 1.70 2003/06/12 14:44:37 drochner Exp $ */
/*-
* Copyright (c) 1990 The Regents of the University of California.
@ -48,14 +48,13 @@
*/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: autoconf.c,v 1.69 2003/05/12 14:59:51 dsl Exp $");
__KERNEL_RCSID(0, "$NetBSD: autoconf.c,v 1.70 2003/06/12 14:44:37 drochner Exp $");
#include "opt_compat_oldboot.h"
#include <sys/param.h>
#include <sys/systm.h>
#include <sys/buf.h>
#include <sys/dkstat.h>
#include <sys/disklabel.h>
#include <sys/conf.h>
#ifdef COMPAT_OLDBOOT

View File

@ -1,4 +1,4 @@
/* $NetBSD: fd.c,v 1.42 2003/05/09 23:51:28 fvdl Exp $ */
/* $NetBSD: fd.c,v 1.43 2003/06/12 14:44:37 drochner Exp $ */
/*-
* Copyright (c) 1998 The NetBSD Foundation, Inc.
@ -92,7 +92,7 @@
*/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: fd.c,v 1.42 2003/05/09 23:51:28 fvdl Exp $");
__KERNEL_RCSID(0, "$NetBSD: fd.c,v 1.43 2003/06/12 14:44:37 drochner Exp $");
#include "rnd.h"
#include "opt_ddb.h"
@ -115,7 +115,6 @@ __KERNEL_RCSID(0, "$NetBSD: fd.c,v 1.42 2003/05/09 23:51:28 fvdl Exp $");
#include <sys/ioctl.h>
#include <sys/device.h>
#include <sys/disklabel.h>
#include <sys/dkstat.h>
#include <sys/disk.h>
#include <sys/buf.h>
#include <sys/malloc.h>

View File

@ -1,4 +1,4 @@
/* $NetBSD: kern_clock.c,v 1.84 2003/02/04 01:21:04 thorpej Exp $ */
/* $NetBSD: kern_clock.c,v 1.85 2003/06/12 14:44:36 drochner Exp $ */
/*-
* Copyright (c) 2000 The NetBSD Foundation, Inc.
@ -78,14 +78,13 @@
*/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: kern_clock.c,v 1.84 2003/02/04 01:21:04 thorpej Exp $");
__KERNEL_RCSID(0, "$NetBSD: kern_clock.c,v 1.85 2003/06/12 14:44:36 drochner Exp $");
#include "opt_ntp.h"
#include "opt_perfctrs.h"
#include <sys/param.h>
#include <sys/systm.h>
#include <sys/dkstat.h>
#include <sys/callout.h>
#include <sys/kernel.h>
#include <sys/proc.h>