chiark / gitweb /
fatal() testing for dateparse()
[disorder] / lib / alsabg.c
index be589ce9e3be659d1660d1a2a6e885061a418b53..336c2a3320adb6c77699d045ed89759744aa4131 100644 (file)
  * @brief Background-thread interface to ALSA
  */
 
-#include <config.h>
+#include "common.h"
 
 #if HAVE_ALSA_ASOUNDLIB_H
-#include "types.h"
-
 #include <alsa/asoundlib.h>
 #include <pthread.h>