Nuke unnecessary header files.

This commit is contained in:
pk 1998-08-29 20:38:38 +00:00
parent 3557f62f30
commit 1f0567dd53
5 changed files with 5 additions and 22 deletions

View File

@ -1,4 +1,4 @@
/* $NetBSD: am7930_sparc.c,v 1.41 1998/08/28 08:57:38 pk Exp $ */
/* $NetBSD: am7930_sparc.c,v 1.42 1998/08/29 20:44:19 pk Exp $ */
/*
* Copyright (c) 1995 Rolf Grossmann
@ -36,9 +36,7 @@
#include <sys/param.h>
#include <sys/systm.h>
#include <sys/errno.h>
#include <sys/ioctl.h>
#include <sys/device.h>
#include <sys/proc.h>
#include <machine/bus.h>
#include <machine/autoconf.h>

View File

@ -1,4 +1,4 @@
/* $NetBSD: cs4231_sbus.c,v 1.3 1998/08/29 19:52:09 pk Exp $ */
/* $NetBSD: cs4231_sbus.c,v 1.4 1998/08/29 20:38:38 pk Exp $ */
/*-
* Copyright (c) 1998 The NetBSD Foundation, Inc.
@ -42,10 +42,8 @@
#include <sys/param.h>
#include <sys/systm.h>
#include <sys/errno.h>
#include <sys/ioctl.h>
#include <sys/device.h>
#include <sys/malloc.h>
#include <sys/proc.h>
#include <machine/autoconf.h>
#include <machine/cpu.h>

View File

@ -1,4 +1,4 @@
/* $NetBSD: if_le.c,v 1.6 1998/08/29 20:32:10 pk Exp $ */
/* $NetBSD: if_le.c,v 1.7 1998/08/29 20:44:51 pk Exp $ */
/*-
* Copyright (c) 1997, 1998 The NetBSD Foundation, Inc.
@ -52,11 +52,6 @@
#include <net/if_ether.h>
#include <net/if_media.h>
#ifdef INET
#include <netinet/in.h>
#include <netinet/if_inarp.h>
#endif
#include <machine/autoconf.h>
#include <machine/cpu.h>

View File

@ -1,4 +1,4 @@
/* $NetBSD: lebuffer.c,v 1.4 1998/07/29 18:33:27 pk Exp $ */
/* $NetBSD: lebuffer.c,v 1.5 1998/08/29 20:38:38 pk Exp $ */
/*-
* Copyright (c) 1998 The NetBSD Foundation, Inc.
@ -41,12 +41,8 @@
#include <sys/systm.h>
#include <sys/kernel.h>
#include <sys/errno.h>
#include <sys/ioctl.h>
#include <sys/device.h>
#include <sys/malloc.h>
#include <sys/buf.h>
#include <sys/proc.h>
#include <sys/user.h>
#include <machine/bus.h>
#include <machine/autoconf.h>

View File

@ -1,4 +1,4 @@
/* $NetBSD: qec.c,v 1.4 1998/08/21 14:13:47 pk Exp $ */
/* $NetBSD: qec.c,v 1.5 1998/08/29 20:38:38 pk Exp $ */
/*-
* Copyright (c) 1998 The NetBSD Foundation, Inc.
@ -41,12 +41,8 @@
#include <sys/systm.h>
#include <sys/kernel.h>
#include <sys/errno.h>
#include <sys/ioctl.h>
#include <sys/device.h>
#include <sys/malloc.h>
#include <sys/buf.h>
#include <sys/proc.h>
#include <sys/user.h>
#include <machine/bus.h>
#include <machine/autoconf.h>