summaryrefslogtreecommitdiffstats
path: root/sys/i386/isa/matcd/matcd.c
diff options
context:
space:
mode:
authorbde <bde@FreeBSD.org>1997-07-20 11:14:53 +0000
committerbde <bde@FreeBSD.org>1997-07-20 11:14:53 +0000
commit3099cb104b1435fa442c8044d86b659a09dca13a (patch)
treea31b31bdf29499e136050982c20fe4ff68401feb /sys/i386/isa/matcd/matcd.c
parentdd1e32689d98387fd1591e99a3048d4a53a70fdf (diff)
downloadFreeBSD-src-3099cb104b1435fa442c8044d86b659a09dca13a.zip
FreeBSD-src-3099cb104b1435fa442c8044d86b659a09dca13a.tar.gz
Removed unused #includes.
Updated an #include to 4.4Lite style (missed one).
Diffstat (limited to 'sys/i386/isa/matcd/matcd.c')
-rw-r--r--sys/i386/isa/matcd/matcd.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/sys/i386/isa/matcd/matcd.c b/sys/i386/isa/matcd/matcd.c
index 6c8a393..b9911a7 100644
--- a/sys/i386/isa/matcd/matcd.c
+++ b/sys/i386/isa/matcd/matcd.c
@@ -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*/
OpenPOWER on IntegriCloud