chiark / gitweb /
Assume initial digits in a track name are a sort key even without the
[disorder] / lib / wav.c
index c7d4b9397fa42f9b3ff696adf95e123989aa2a8a..d0f3acf79111b650dea17c4d9eb25c73b0401a8c 100644 (file)
--- a/lib/wav.c
+++ b/lib/wav.c
  * orderings of different channels.
  */
 
-#include <config.h>
-#include "types.h"
+#include "common.h"
 
 #include <unistd.h>
 #include <fcntl.h>
 #include <errno.h>
-#include <string.h>
 
 #include "log.h"
 #include "wav.h"