chiark / gitweb /
eclient string response calls now get errors reported to the completed
[disorder] / clients / playrtp-mem.c
index 74657079c42042b28d34623cef27d5e4ae52c92c..2a868de87bd1d1874e868782582a23fc77e32835 100644 (file)
  * @brief RTP player memory management
  */
 
-#include <config.h>
-#include "types.h"
+#include "common.h"
 
 #include <pthread.h>
-#include <assert.h>
-#include <string.h>
 
 #include "mem.h"
 #include "vector.h"