diff options
| author | Bruce Evans <bde@FreeBSD.org> | 1998-01-01 12:41:44 +0000 |
|---|---|---|
| committer | Bruce Evans <bde@FreeBSD.org> | 1998-01-01 12:41:44 +0000 |
| commit | d35d7514acb9037c251549c9bf727b0adaf3ae84 (patch) | |
| tree | ad4b63c38fc12c89e177e8076b5deab8ba6aa435 | |
| parent | e5cc36223b273f7d6406091f123f31322a3d9283 (diff) | |
Notes
| -rw-r--r-- | sys/i386/isa/sound/soundcard.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/sys/i386/isa/sound/soundcard.c b/sys/i386/isa/sound/soundcard.c index a9b63b08d8c0..59311ca8496d 100644 --- a/sys/i386/isa/sound/soundcard.c +++ b/sys/i386/isa/sound/soundcard.c @@ -31,15 +31,10 @@ #if NSND > 0 /* from "snd.h" */ #include <vm/vm.h> -#include <vm/vm_kern.h> -#include <vm/vm_param.h> #include <vm/pmap.h> -#include <vm/vm_extern.h> #include <sys/mman.h> -#include <i386/isa/sound/dev_table.h> #include <i386/isa/isa_device.h> -#include <i386/isa/isa.h> /* |
