diff options
author | Michael Shalayeff <mickey@cvs.openbsd.org> | 2003-06-23 18:02:48 +0000 |
---|---|---|
committer | Michael Shalayeff <mickey@cvs.openbsd.org> | 2003-06-23 18:02:48 +0000 |
commit | 7911842fc1730236543e5cdcd5998f87d110e3b8 (patch) | |
tree | 8d615ca06f236fe75f6779325b17b831357a20b6 | |
parent | dc73ba658d015ee3bb57e2dbae65ec0bb64e5c03 (diff) |
no need for an explicit <machine/intr.h> inclusion
-rw-r--r-- | sys/dev/ic/an.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/dev/ic/an.c b/sys/dev/ic/an.c index 2bcbf49b525..0eafc699576 100644 --- a/sys/dev/ic/an.c +++ b/sys/dev/ic/an.c @@ -1,4 +1,4 @@ -/* $OpenBSD: an.c,v 1.25 2002/07/10 20:21:15 fgsch Exp $ */ +/* $OpenBSD: an.c,v 1.26 2003/06/23 18:02:47 mickey Exp $ */ /* * Copyright (c) 1997, 1998, 1999 @@ -124,7 +124,6 @@ #endif #include <machine/bus.h> -#include <machine/intr.h> #include <dev/ic/anvar.h> #include <dev/ic/anreg.h> |