diff options
Diffstat (limited to 'sys/kern/kern_intr.c')
-rw-r--r-- | sys/kern/kern_intr.c | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/sys/kern/kern_intr.c b/sys/kern/kern_intr.c index 27d20c9..3801665 100644 --- a/sys/kern/kern_intr.c +++ b/sys/kern/kern_intr.c @@ -23,13 +23,12 @@ * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * - * $Id: kern_intr.c,v 1.7 1997/06/08 17:15:22 ache Exp $ + * $Id: kern_intr.c,v 1.8 1997/07/09 18:06:25 ache Exp $ * */ #include <sys/types.h> #include <sys/malloc.h> -#include <sys/time.h> #include <sys/systm.h> #include <sys/errno.h> #ifdef RESOURCE_CHECK @@ -44,8 +43,6 @@ #include <stddef.h> -#include "vector.h" - typedef struct intrec { intrmask_t mask; inthand2_t *handler; |