Removed unused #includes.

Updated an #include to 4.4Lite style (missed one).
This commit is contained in:
Bruce Evans 1997-07-20 11:14:53 +00:00
parent 50347d39df
commit 395d48aff0
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=27543

View File

@ -337,7 +337,7 @@ static char MATCDVERSION[]="Version 1(26) 18-Oct-95";
static char MATCDCOPYRIGHT[] = "Matsushita CD-ROM driver, Copr. 1994,1995 Frank Durda IV";
/* The proceeding strings may not be changed*/
/* $Id: matcd.c,v 1.26 1997/05/04 15:24:21 joerg Exp $ */
/* $Id: matcd.c,v 1.27 1997/05/10 12:13:17 joerg Exp $ */
/*---------------------------------------------------------------------------
Include declarations
@ -352,7 +352,6 @@ static char MATCDCOPYRIGHT[] = "Matsushita CD-ROM driver, Copr. 1994,1995 Frank
#include <sys/cdio.h>
#include <sys/disklabel.h>
#include <sys/fcntl.h>
#include <sys/proc.h>
#include "i386/isa/matcd/options.h" /*Conditional compile options
and probe port hints*/
@ -2717,7 +2716,7 @@ static int matcd_igot(struct ioc_capability * sqp)
#ifdef FULLDRIVER
#include "i386/isa/matcd/audio.c" /*<15>ioctls related to
#include <i386/isa/matcd/audio.c> /*<15>ioctls related to
audio are here*/
#endif /*FULLDRIVER*/