summaryrefslogtreecommitdiffstats
path: root/sys/i386/isa/sound/local.h
diff options
context:
space:
mode:
authorbde <bde@FreeBSD.org>1996-10-15 19:22:46 +0000
committerbde <bde@FreeBSD.org>1996-10-15 19:22:46 +0000
commitb49ecb9108950eef22ee506e4960f32897cd0d64 (patch)
treed201d181c60681271d700f07089d52b9ae202b65 /sys/i386/isa/sound/local.h
parent901db635de07cb72ef8cd5a40920e3d30b797d3e (diff)
downloadFreeBSD-src-b49ecb9108950eef22ee506e4960f32897cd0d64.zip
FreeBSD-src-b49ecb9108950eef22ee506e4960f32897cd0d64.tar.gz
Updated #includes to 4.4lite style.
Diffstat (limited to 'sys/i386/isa/sound/local.h')
-rw-r--r--sys/i386/isa/sound/local.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/i386/isa/sound/local.h b/sys/i386/isa/sound/local.h
index 4cf2b46..e80b780 100644
--- a/sys/i386/isa/sound/local.h
+++ b/sys/i386/isa/sound/local.h
@@ -57,7 +57,7 @@
# define GUSMAX_MIXER
#endif
-#include <sb.h>
+#include "sb.h"
#if NSB == 0 && !defined(EXCLUDE_SB)
#define EXCLUDE_SB
#endif
@@ -72,7 +72,7 @@
#define EXCLUDE_SB16MIDI
#endif
-#include <pas.h>
+#include "pas.h"
#if NPAS == 0 && !defined(EXCLUDE_PAS)
#define EXCLUDE_PAS
#endif
OpenPOWER on IntegriCloud