[PATCH] Kill redundant header files

Signed-off-by: Jens Axboe <jens.axboe@oracle.com>
diff --git a/fio.c b/fio.c
index 0b0a5e8..10625f2 100644
--- a/fio.c
+++ b/fio.c
@@ -26,12 +26,10 @@
 #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"