chiark / gitweb /
Columns are now resizable and wide columns are ellipsized. Columns
[disorder] / lib / mixer-alsa.c
index 40103e04d9382d786fe0a63c5af8b4d86d8f367a..4ba684f75eb0808a605f5f47e54e842cb466824f 100644 (file)
  * (as I don't one).
  */
 
-#include <config.h>
+#include "common.h"
 
 #if HAVE_ALSA_ASOUNDLIB_H
 
-#include "types.h"
-
-#include <stdio.h>
-#include <string.h>
 #include <fcntl.h>
 #include <unistd.h>
-#include <stdlib.h>
 #include <errno.h>
 #include <stddef.h>
 #include <ctype.h>