chiark / gitweb /
Source code reorganization:
[disorder] / server / speaker-oss.c
index 36ef4a85c250b9b91b5acdc41cd663575004b15d..95dcfe397cad023129ad9721ba48fd7807d0c582 100644 (file)
 /** @file server/speaker-oss.c
  * @brief Support for @ref BACKEND_OSS */
 
 /** @file server/speaker-oss.c
  * @brief Support for @ref BACKEND_OSS */
 
-#include <config.h>
+#include "common.h"
 
 #if HAVE_SYS_SOUNDCARD_H
 
 
 #if HAVE_SYS_SOUNDCARD_H
 
-#include "types.h"
-
 #include <unistd.h>
 #include <poll.h>
 #include <unistd.h>
 #include <poll.h>
-#include <string.h>
 #include <fcntl.h>
 #include <unistd.h>
 #include <errno.h>
 #include <fcntl.h>
 #include <unistd.h>
 #include <errno.h>