[PATCH] Kill redundant header files
authorJens Axboe <jens.axboe@oracle.com>
Sat, 10 Feb 2007 20:36:40 +0000 (21:36 +0100)
committerJens Axboe <jens.axboe@oracle.com>
Sat, 10 Feb 2007 20:36:40 +0000 (21:36 +0100)
Signed-off-by: Jens Axboe <jens.axboe@oracle.com>
fio.c

diff --git a/fio.c b/fio.c
index 0b0a5e8e540851e032e0004e23175b7cfcd798e3..10625f26afd25fd54d72bb896a17c075f0681401 100644 (file)
--- a/fio.c
+++ b/fio.c
 #include <string.h>
 #include <signal.h>
 #include <time.h>
-#include <assert.h>
 #include <sys/stat.h>
 #include <sys/wait.h>
 #include <sys/ipc.h>
 #include <sys/shm.h>
-#include <sys/ioctl.h>
 #include <sys/mman.h>
 
 #include "fio.h"