diff options
author | peter <peter@FreeBSD.org> | 2000-01-29 18:48:30 +0000 |
---|---|---|
committer | peter <peter@FreeBSD.org> | 2000-01-29 18:48:30 +0000 |
commit | 7760fba064a2cac418dcc14ab6dbcd195b67a6c5 (patch) | |
tree | 54285f406202288a7087589317938e5943735d38 /sys/dev/sound/pci/neomagic.c | |
parent | 1129f8f225288f0e2619f7c7188d73eda608f268 (diff) | |
download | FreeBSD-src-7760fba064a2cac418dcc14ab6dbcd195b67a6c5.zip FreeBSD-src-7760fba064a2cac418dcc14ab6dbcd195b67a6c5.tar.gz |
Tidy up stray or bogus #if NFOO > 0 and #include "foo.h".
Diffstat (limited to 'sys/dev/sound/pci/neomagic.c')
-rw-r--r-- | sys/dev/sound/pci/neomagic.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/sys/dev/sound/pci/neomagic.c b/sys/dev/sound/pci/neomagic.c index f139d93..8966d82 100644 --- a/sys/dev/sound/pci/neomagic.c +++ b/sys/dev/sound/pci/neomagic.c @@ -28,9 +28,6 @@ * $FreeBSD$ */ -#include "pci.h" -#include "pcm.h" - #include <dev/sound/pcm/sound.h> #include <dev/sound/pcm/ac97.h> #include <dev/sound/pci/neomagic.h> |