summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Shalayeff <mickey@cvs.openbsd.org>2003-06-23 18:02:48 +0000
committerMichael Shalayeff <mickey@cvs.openbsd.org>2003-06-23 18:02:48 +0000
commit7911842fc1730236543e5cdcd5998f87d110e3b8 (patch)
tree8d615ca06f236fe75f6779325b17b831357a20b6
parentdc73ba658d015ee3bb57e2dbae65ec0bb64e5c03 (diff)
no need for an explicit <machine/intr.h> inclusion
-rw-r--r--sys/dev/ic/an.c3
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>