chiark / gitweb /
Change version number to 4.0.
[disorder] / clients / playrtp-oss.c
index 15f6b53bc969f998bcc9c5edc6fbcb99cc114972..199487f6993efe800b9c063d3aea24556d4ceee9 100644 (file)
  * @brief RTP player - OSS and empeg support
  */
 
-#include <config.h>
+#include "common.h"
 
 #if HAVE_SYS_SOUNDCARD_H || EMPEG_HOST
-#include "types.h"
 
 #include <poll.h>
 #include <sys/ioctl.h>
 #if !EMPEG_HOST
 #include <sys/soundcard.h>
 #endif
-#include <assert.h>
 #include <pthread.h>
-#include <string.h>
 #include <fcntl.h>
 #include <unistd.h>
 #include <errno.h>