diff options
author | bde <bde@FreeBSD.org> | 1996-09-10 08:32:01 +0000 |
---|---|---|
committer | bde <bde@FreeBSD.org> | 1996-09-10 08:32:01 +0000 |
commit | 25556c3b939b3fbbe349eb8dda57f5749ec814a1 (patch) | |
tree | 8b4d4d6687e6d3c4d98e0925a737caec878fa862 /sys/i386/isa/sound/sb_dsp.c | |
parent | e311f5393d87db9cb9afed5cfea2e6c9c8a39676 (diff) | |
download | FreeBSD-src-25556c3b939b3fbbe349eb8dda57f5749ec814a1.zip FreeBSD-src-25556c3b939b3fbbe349eb8dda57f5749ec814a1.tar.gz |
Updated #includes to 4.4Lite style.
Diffstat (limited to 'sys/i386/isa/sound/sb_dsp.c')
-rw-r--r-- | sys/i386/isa/sound/sb_dsp.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/sys/i386/isa/sound/sb_dsp.c b/sys/i386/isa/sound/sb_dsp.c index f5507e9..560fc79 100644 --- a/sys/i386/isa/sound/sb_dsp.c +++ b/sys/i386/isa/sound/sb_dsp.c @@ -33,12 +33,12 @@ * Code added for MV ProSonic/Jazz 16 in 16 bit mode */ -#include "sound_config.h" +#include <i386/isa/sound/sound_config.h> #if defined(CONFIGURE_SOUNDCARD) && !defined(EXCLUDE_SB) -#include "sb.h" -#include "sb_mixer.h" +#include <i386/isa/sound/sb.h> +#include <i386/isa/sound/sb_mixer.h> #undef SB_TEST_IRQ int sbc_base = 0; @@ -901,7 +901,7 @@ static int initialize_smw (void) { #ifdef SMW_MIDI0001_INCLUDED -#include "smw-midi0001.h" +#include <i386/isa/sound/smw-midi0001.h> #else unsigned char smw_ucode[1]; int smw_ucodeLen = 0; |