Removed all #includes of the unused file <sys/device.h>.

This commit is contained in:
Bruce Evans 1995-11-28 07:29:59 +00:00
parent a349554809
commit 43cbfcb357
3 changed files with 3 additions and 6 deletions

View File

@ -30,7 +30,7 @@
* MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN
* NO EVENT SHALL THE AUTHORS BE LIABLE.
*
* $Id: si.c,v 1.14 1995/11/09 21:53:45 peter Exp $
* $Id: si.c,v 1.15 1995/11/28 02:07:34 peter Exp $
*/
#ifndef lint
@ -52,7 +52,6 @@ static char si_copyright1[] = "@(#) (C) Specialix International, 1990,1992",
#include <sys/dkstat.h>
#include <sys/kernel.h>
#include <sys/syslog.h>
#include <sys/device.h>
#include <sys/malloc.h>
#include <sys/devconf.h>

View File

@ -30,7 +30,7 @@
* MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN
* NO EVENT SHALL THE AUTHORS BE LIABLE.
*
* $Id: si.c,v 1.14 1995/11/09 21:53:45 peter Exp $
* $Id: si.c,v 1.15 1995/11/28 02:07:34 peter Exp $
*/
#ifndef lint
@ -52,7 +52,6 @@ static char si_copyright1[] = "@(#) (C) Specialix International, 1990,1992",
#include <sys/dkstat.h>
#include <sys/kernel.h>
#include <sys/syslog.h>
#include <sys/device.h>
#include <sys/malloc.h>
#include <sys/devconf.h>

View File

@ -39,7 +39,7 @@
* SUCH DAMAGE.
*
* @(#)init_main.c 8.9 (Berkeley) 1/21/94
* $Id: init_main.c,v 1.30 1995/09/09 18:09:59 davidg Exp $
* $Id: init_main.c,v 1.31 1995/10/08 00:05:59 swallace Exp $
*/
#include <sys/param.h>
@ -60,7 +60,6 @@
#include <sys/conf.h>
#include <sys/buf.h>
#include <sys/clist.h>
#include <sys/device.h>
#include <sys/msg.h>
#include <sys/protosw.h>
#include <sys/reboot.h>