Remove ugly ifdef (and coincidentally support for early ALSA 0.9).

This commit is contained in:
Ragnvald Maartmann-Moe IV 2001-11-24 08:05:44 +00:00
parent 7762f335d2
commit eabfbd6c98

View file

@ -33,13 +33,7 @@ static const char rcsid[] =
#endif
#include <stdio.h>
#ifdef HAVE_ALSA_ASOUNDLIB_H // newer alsa 0.9
# include <alsa/asoundlib.h>
#else
# ifdef HAVE_SYS_ASOUNDLIB_H // older alsa 0.9
# include <sys/asoundlib.h>
# endif
#endif
#include <alsa/asoundlib.h>
#include "QF/cvar.h"
#include "QF/plugin.h"