chiark / gitweb /
working on trivsoundd
[chiark-utils.git] / cprogs / readbuffer.c
index e48e78c6ff9fd2819e4747ddd6565ec9c269e9b8..2be121c0228e02d1acb9978bbfbea10baa6125b9 100644 (file)
  *
  */
 
-#include <sys/time.h>
-#include <sys/types.h>
-#include <assert.h>
-#include <fcntl.h>
-#include <stdio.h>
-#include <errno.h>
-#include <unistd.h>
-
 #include "rwbuffer.h"
 
 const char *progname= "readbuffer";