chiark / gitweb /
Make menu_update() robust against being called before the notebook has
[disorder] / clients / playrtp-coreaudio.c
index c0f18193eee5fe37d27a41b3c46032c3bc13a113..f490a0f28731ba244960ce310062b6138c942adb 100644 (file)
  * @brief RTP player - Core Audio support
  */
 
-#include <config.h>
+#include "common.h"
 
 #if HAVE_COREAUDIO_AUDIOHARDWARE_H
-#include "types.h"
-
-#include <assert.h>
 #include <pthread.h>
 #include <CoreAudio/AudioHardware.h>