1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-17 10:26:15 +00:00

Removed unused #includes.

This commit is contained in:
Bruce Evans 1997-07-20 11:58:40 +00:00
parent 6c2fd1aa29
commit 6fdad28eb1
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=27548
2 changed files with 1 additions and 8 deletions

View File

@ -27,12 +27,8 @@
#include <sys/filio.h>
#include <sys/uio.h>
#include <sys/kernel.h>
#include <sys/syslog.h>
#include <sys/errno.h>
#include <sys/malloc.h>
#include <sys/buf.h>
#include <i386/isa/isa_device.h>
#include <machine/cpufunc.h>
#include <sys/signalvar.h>
#if NSND > 0

View File

@ -26,7 +26,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
* $Id: soundcard.c,v 1.50 1997/04/20 16:54:56 bde Exp $
* $Id: soundcard.c,v 1.51 1997/06/08 12:55:26 ache Exp $
*/
#include <i386/isa/sound/sound_config.h>
@ -36,9 +36,6 @@
#ifdef CONFIGURE_SOUNDCARD
#include <i386/isa/sound/dev_table.h>
#include <i386/isa/isa_device.h>
#include <sys/conf.h>
#include <sys/kernel.h>
#ifdef DEVFS
#include <sys/devfsext.h>
#endif /*DEVFS*/