chiark / gitweb /
CHANGES -> CHANGES.html in debian scripts too
[disorder] / server / speaker-alsa.c
index 8ed01a849cab810aa2a83dcb9a876944f8408f90..41e53b24b971eaa211ff8753399a1d2610becc77 100644 (file)
 /** @file server/speaker-alsa.c
  * @brief Support for @ref BACKEND_ALSA */
 
-#include <config.h>
+#include "common.h"
 
 #if HAVE_ALSA_ASOUNDLIB_H
 
-#include "types.h"
-
 #include <unistd.h>
 #include <poll.h>
 #include <alsa/asoundlib.h>