diff options
| author | uwe <uwe@NetBSD.org> | 2006-08-18 02:42:38 +0000 |
|---|---|---|
| committer | uwe <uwe@NetBSD.org> | 2006-08-18 02:42:38 +0000 |
| commit | dee7f461a00217c2d7b8747c8b18dec758e143be (patch) | |
| tree | a21a8eb761ff3cd5067097389bb5876c6235701a /sys/dev/ic | |
| parent | 3629a0bf92bccfab4b5a0fb6dee065dfce0a1674 (diff) | |
G/c unnecessary includes.
Diffstat (limited to 'sys/dev/ic')
| -rw-r--r-- | sys/dev/ic/igsfb.c | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/sys/dev/ic/igsfb.c b/sys/dev/ic/igsfb.c index 870be05df92..180cf1b66bb 100644 --- a/sys/dev/ic/igsfb.c +++ b/sys/dev/ic/igsfb.c @@ -1,4 +1,4 @@ -/* $NetBSD: igsfb.c,v 1.39 2006/05/20 07:09:08 mrg Exp $ */ +/* $NetBSD: igsfb.c,v 1.40 2006/08/18 02:42:38 uwe Exp $ */ /* * Copyright (c) 2002, 2003 Valeriy E. Ushakov @@ -31,7 +31,7 @@ * Integraphics Systems IGA 168x and CyberPro series. */ #include <sys/cdefs.h> -__KERNEL_RCSID(0, "$NetBSD: igsfb.c,v 1.39 2006/05/20 07:09:08 mrg Exp $"); +__KERNEL_RCSID(0, "$NetBSD: igsfb.c,v 1.40 2006/08/18 02:42:38 uwe Exp $"); #include <sys/param.h> #include <sys/systm.h> @@ -39,8 +39,6 @@ __KERNEL_RCSID(0, "$NetBSD: igsfb.c,v 1.39 2006/05/20 07:09:08 mrg Exp $"); #include <sys/device.h> #include <sys/malloc.h> #include <sys/ioctl.h> -#include <sys/buf.h> -#include <uvm/uvm_extern.h> #include <machine/bus.h> @@ -54,7 +52,6 @@ __KERNEL_RCSID(0, "$NetBSD: igsfb.c,v 1.39 2006/05/20 07:09:08 mrg Exp $"); #include <dev/ic/igsfbreg.h> #include <dev/ic/igsfbvar.h> -#include "opt_wsemul.h" struct igsfb_devconfig igsfb_console_dc; |
