chiark / gitweb /
Source code reorganization:
[disorder] / server / speaker.c
index bcc44ccbf69a7fcf2d67339c19ac41661db4867d..3021652ec17cf1d9473dd0239f5d7956da3ea48c 100644 (file)
  * 2-byte samples.
  */
 
  * 2-byte samples.
  */
 
-#include <config.h>
-#include "types.h"
+#include "common.h"
 
 #include <getopt.h>
 
 #include <getopt.h>
-#include <stdio.h>
-#include <stdlib.h>
 #include <locale.h>
 #include <syslog.h>
 #include <unistd.h>
 #include <errno.h>
 #include <ao/ao.h>
 #include <locale.h>
 #include <syslog.h>
 #include <unistd.h>
 #include <errno.h>
 #include <ao/ao.h>
-#include <string.h>
-#include <assert.h>
 #include <sys/select.h>
 #include <sys/wait.h>
 #include <time.h>
 #include <sys/select.h>
 #include <sys/wait.h>
 #include <time.h>