From e4ba69201116bfbde148eafa3d79795075cfd8e9 Mon Sep 17 00:00:00 2001 From: Peter Wemm Date: Sat, 4 Sep 1999 15:20:48 +0000 Subject: [PATCH] remove #ifdef FreeBSD -> special case as we have it in the standard location now. --- usr.sbin/mixer/mixer.c | 4 ---- 1 file changed, 4 deletions(-) diff --git a/usr.sbin/mixer/mixer.c b/usr.sbin/mixer/mixer.c index 8df5c17b868..feb3193ba83 100644 --- a/usr.sbin/mixer/mixer.c +++ b/usr.sbin/mixer/mixer.c @@ -22,11 +22,7 @@ static const char rcsid[] = #include #include #include -#ifdef __FreeBSD__ -#include -#else #include -#endif char *names[SOUND_MIXER_NRDEVICES] = SOUND_DEVICE_NAMES;