Remove intr.h for now. This requires more work.

This commit is contained in:
mycroft 1996-05-13 02:26:15 +00:00
parent 1a79065f9f
commit 4abbd9427d
1 changed files with 1 additions and 5 deletions

View File

@ -1,4 +1,4 @@
/* $NetBSD: audio.c,v 1.25 1996/05/13 01:01:55 mycroft Exp $ */
/* $NetBSD: audio.c,v 1.26 1996/05/13 02:26:15 mycroft Exp $ */
/*
* Copyright (c) 1991-1993 Regents of the University of California.
@ -80,10 +80,6 @@
#include <sys/conf.h>
#include <sys/audioio.h>
#if defined(__alpha__) || defined(__i386__)
#include <machine/intr.h>
#endif
#include <dev/audiovar.h>
#include <dev/audio_if.h>