Remove another link to the live-demo.
[paraslash.git] / alsa_write.c
index 6f92612a2221c5bf132b786f9fd67a9872c777cd..3ad8f5dfe84c5e93dfdd9e2d8d81e3fa7f7c7d22 100644 (file)
  * based on the vplay program by Michael Beck.
  */
 
+#include <sys/types.h>
+#include <dirent.h>
+#include <alsa/asoundlib.h>
+
 #include "para.h"
 #include "fd.h"
 #include "string.h"
 #include "list.h"
 #include "sched.h"
 #include "write.h"
-
-#include <alsa/asoundlib.h>
-
 #include "alsa_write.cmdline.h"
 #include "error.h"