summaryrefslogtreecommitdiff
path: root/hw/kdrive/ati/ati_draw.c
diff options
context:
space:
mode:
authorEric Anholt <anholt@freebsd.org>2003-12-01 01:46:42 +0000
committerEric Anholt <anholt@freebsd.org>2003-12-01 01:46:42 +0000
commitd221c484f9521c780fc3c7e88833c62e50463c6d (patch)
tree4c09207ee6cf85de8172b9416d81d8b99b85cd5a /hw/kdrive/ati/ati_draw.c
parentd803918a9fb5f80a2d6e4b711d8e43916cd09da5 (diff)
Remove sys/io.h inclusion from some files that didn't need it, and change
asm/io.h to sys/io.h in vga.c, which newer Linux complains about.
Diffstat (limited to 'hw/kdrive/ati/ati_draw.c')
-rw-r--r--hw/kdrive/ati/ati_draw.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/hw/kdrive/ati/ati_draw.c b/hw/kdrive/ati/ati_draw.c
index bd38831bc..c1da03cbe 100644
--- a/hw/kdrive/ati/ati_draw.c
+++ b/hw/kdrive/ati/ati_draw.c
@@ -22,7 +22,6 @@
* PERFORMANCE OF THIS SOFTWARE.
*/
/* $Header$ */
-#include <sys/io.h>
#ifdef HAVE_CONFIG_H
#include <config.h>