summaryrefslogtreecommitdiffstats
path: root/sys
diff options
context:
space:
mode:
authorbde <bde@FreeBSD.org>1995-12-15 00:29:31 +0000
committerbde <bde@FreeBSD.org>1995-12-15 00:29:31 +0000
commit8620edd2a9eeeecc8e24493c518670fdb53624bb (patch)
tree9e739889422f116cf195d8ca2b3162e7c9712d19 /sys
parent8a59a5e0cd81fed9d444845e94e0e566ad223ca9 (diff)
downloadFreeBSD-src-8620edd2a9eeeecc8e24493c518670fdb53624bb.zip
FreeBSD-src-8620edd2a9eeeecc8e24493c518670fdb53624bb.tar.gz
Removed duplicated #includes of <sys/conf.h>
Diffstat (limited to 'sys')
-rw-r--r--sys/dev/mse/mse.c3
-rw-r--r--sys/i386/isa/asc.c3
-rw-r--r--sys/i386/isa/ctx.c3
-rw-r--r--sys/i386/isa/gsc.c1
-rw-r--r--sys/i386/isa/mse.c3
-rw-r--r--sys/i386/isa/spigot.c1
6 files changed, 4 insertions, 10 deletions
diff --git a/sys/dev/mse/mse.c b/sys/dev/mse/mse.c
index 768387e..99d0fae 100644
--- a/sys/dev/mse/mse.c
+++ b/sys/dev/mse/mse.c
@@ -11,7 +11,7 @@
* this software for any purpose. It is provided "as is"
* without express or implied warranty.
*
- * $Id: mse.c,v 1.21 1995/12/08 23:20:35 phk Exp $
+ * $Id: mse.c,v 1.22 1995/12/10 13:39:00 phk Exp $
*/
/*
* Driver for the Logitech and ATI Inport Bus mice for use with 386bsd and
@@ -55,7 +55,6 @@
#include <sys/ioctl.h>
#include <sys/uio.h>
#include <sys/devconf.h>
-#include <sys/conf.h>
#ifdef DEVFS
#include <sys/devfsext.h>
#endif /*DEVFS*/
diff --git a/sys/i386/isa/asc.c b/sys/i386/isa/asc.c
index 8b666e46..d8c6131 100644
--- a/sys/i386/isa/asc.c
+++ b/sys/i386/isa/asc.c
@@ -34,7 +34,7 @@
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
/*
- * $Id: asc.c,v 1.10 1995/12/08 11:13:47 julian Exp $
+ * $Id: asc.c,v 1.11 1995/12/10 13:38:20 phk Exp $
*/
#include "asc.h"
@@ -68,7 +68,6 @@
#include <sys/tty.h>
#include <sys/uio.h>
#include <sys/syslog.h>
-#include <sys/conf.h>
#include <sys/kernel.h>
#ifdef DEVFS
#include <sys/devfsext.h>
diff --git a/sys/i386/isa/ctx.c b/sys/i386/isa/ctx.c
index e2631a6..4337961 100644
--- a/sys/i386/isa/ctx.c
+++ b/sys/i386/isa/ctx.c
@@ -8,7 +8,7 @@
* of this software, nor does the author assume any responsibility
* for damages incurred with its use.
*
- * $Id: ctx.c,v 1.13 1995/12/08 23:20:21 phk Exp $
+ * $Id: ctx.c,v 1.14 1995/12/10 13:38:25 phk Exp $
*/
/*
@@ -120,7 +120,6 @@
#include <sys/kernel.h>
#include <sys/malloc.h>
#include <sys/devconf.h>
-#include <sys/conf.h>
#include <sys/kernel.h>
#ifdef DEVFS
#include <sys/devfsext.h>
diff --git a/sys/i386/isa/gsc.c b/sys/i386/isa/gsc.c
index b564997..2ff7b24 100644
--- a/sys/i386/isa/gsc.c
+++ b/sys/i386/isa/gsc.c
@@ -45,7 +45,6 @@
#include <sys/ioctl.h>
#include <sys/uio.h>
#include <sys/syslog.h>
-#include <sys/conf.h>
#include <sys/kernel.h>
#ifdef DEVFS
#include <sys/devfsext.h>
diff --git a/sys/i386/isa/mse.c b/sys/i386/isa/mse.c
index 768387e..99d0fae 100644
--- a/sys/i386/isa/mse.c
+++ b/sys/i386/isa/mse.c
@@ -11,7 +11,7 @@
* this software for any purpose. It is provided "as is"
* without express or implied warranty.
*
- * $Id: mse.c,v 1.21 1995/12/08 23:20:35 phk Exp $
+ * $Id: mse.c,v 1.22 1995/12/10 13:39:00 phk Exp $
*/
/*
* Driver for the Logitech and ATI Inport Bus mice for use with 386bsd and
@@ -55,7 +55,6 @@
#include <sys/ioctl.h>
#include <sys/uio.h>
#include <sys/devconf.h>
-#include <sys/conf.h>
#ifdef DEVFS
#include <sys/devfsext.h>
#endif /*DEVFS*/
diff --git a/sys/i386/isa/spigot.c b/sys/i386/isa/spigot.c
index c3e1139..a6f0a17 100644
--- a/sys/i386/isa/spigot.c
+++ b/sys/i386/isa/spigot.c
@@ -64,7 +64,6 @@ error "Can only have 1 spigot configured."
#include <sys/devconf.h>
#include <sys/errno.h>
#include <sys/mman.h>
-#include <sys/conf.h>
#ifdef DEVFS
#include <sys/devfsext.h>
#endif /* DEVFS */
OpenPOWER on IntegriCloud