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/aureal.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/aureal.c')
-rw-r--r-- | sys/dev/sound/pci/aureal.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/sys/dev/sound/pci/aureal.c b/sys/dev/sound/pci/aureal.c index e35db34..168f6b1 100644 --- a/sys/dev/sound/pci/aureal.c +++ b/sys/dev/sound/pci/aureal.c @@ -26,9 +26,6 @@ * $FreeBSD$ */ -#include "pci.h" -#include "pcm.h" - #include <dev/sound/pcm/sound.h> #include <dev/sound/pcm/ac97.h> #include <dev/sound/pci/aureal.h> |