summaryrefslogtreecommitdiffstats
path: root/stream/ai_oss.c
diff options
context:
space:
mode:
Diffstat (limited to 'stream/ai_oss.c')
-rw-r--r--stream/ai_oss.c8
1 files changed, 0 insertions, 8 deletions
diff --git a/stream/ai_oss.c b/stream/ai_oss.c
index d1ef701e6e..bc22691be5 100644
--- a/stream/ai_oss.c
+++ b/stream/ai_oss.c
@@ -25,15 +25,7 @@
#include <errno.h>
#include <sys/ioctl.h>
-#if HAVE_SYS_SOUNDCARD_H
#include <sys/soundcard.h>
-#else
-#if HAVE_SOUNDCARD_H
-#include <soundcard.h>
-#else
-#include <linux/soundcard.h>
-#endif
-#endif
#include "osdep/io.h"