chiark / gitweb /
General-purpose event distribution interface
[disorder] / clients / playrtp-alsa.c
index 3c9b67f9d64e9ac536a8fd55fff79ac442d042f9..a3995e9e4eddd07b9a28ae4ff48e655f82ff962c 100644 (file)
  * wrapping OSS the whole of playrtp could probably be greatly simplified.
  */
 
-#include <config.h>
+#include "common.h"
 
 #if HAVE_ALSA_ASOUNDLIB_H 
-#include "types.h"
 
 #include <poll.h>
 #include <alsa/asoundlib.h>
-#include <assert.h>
 #include <pthread.h>
 #include <arpa/inet.h>