removed reference to the soundcard API from the serial ULAW implementation,

fixes #16
This commit is contained in:
darkeye 2007-04-26 08:13:24 +00:00
parent b18879b2e8
commit 4c1d27044d
1 changed files with 0 additions and 6 deletions

View File

@ -82,12 +82,6 @@
#error need sys/ioctl.h
#endif
#ifdef HAVE_SYS_SOUNDCARD_H
#include <sys/soundcard.h>
#else
#error need sys/soundcard.h
#endif
#ifdef HAVE_TERMIOS_H
#include <termios.h>
#else