diff options
author | Felix Kronlage <fkr@cvs.openbsd.org> | 2006-05-30 21:31:58 +0000 |
---|---|---|
committer | Felix Kronlage <fkr@cvs.openbsd.org> | 2006-05-30 21:31:58 +0000 |
commit | 1dd44c7700dd786d40d48ae0f90537f2a5d65e01 (patch) | |
tree | ff94257054ff260f24563d849e8982a8f456cc76 | |
parent | 3dde842074cde6e4a6e51023d820c7594f304449 (diff) |
remove dev/isa/isavar.h include, not needed anymore
ok miod
-rw-r--r-- | sys/dev/ic/com_subr.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/dev/ic/com_subr.c b/sys/dev/ic/com_subr.c index 7525347175a..a7036adf2ed 100644 --- a/sys/dev/ic/com_subr.c +++ b/sys/dev/ic/com_subr.c @@ -1,4 +1,4 @@ -/* $OpenBSD: com_subr.c,v 1.5 2005/11/02 22:35:06 fgsch Exp $ */ +/* $OpenBSD: com_subr.c,v 1.6 2006/05/30 21:31:57 fkr Exp $ */ /* * Copyright (c) 1997 - 1999, Jason Downs. All rights reserved. @@ -92,7 +92,6 @@ #include <dev/ic/comvar.h> #endif #if NPCCOM > 0 -#include <dev/isa/isavar.h> #include <i386/isa/pccomvar.h> #endif |