Fixup includes
authorJens Axboe <axboe@kernel.dk>
Wed, 15 Feb 2012 20:52:39 +0000 (21:52 +0100)
committerJens Axboe <axboe@kernel.dk>
Wed, 15 Feb 2012 20:52:39 +0000 (21:52 +0100)
Signed-off-by: Jens Axboe <axboe@kernel.dk>
fio.c
libfio.c

diff --git a/fio.c b/fio.c
index 8a79ebed013e3a55f153a64939357a3382ba358a..be60c5ff64bce2a3b24760bf668ce477ba2a84c5 100644 (file)
--- a/fio.c
+++ b/fio.c
  *
  */
 #include <unistd.h>
-#include <fcntl.h>
-#include <string.h>
-#include <limits.h>
-#include <signal.h>
-#include <time.h>
 #include <locale.h>
-#include <assert.h>
 #include <time.h>
-#include <sys/stat.h>
-#include <sys/wait.h>
-#include <sys/ipc.h>
-#include <sys/shm.h>
-#include <sys/mman.h>
 
 #include "fio.h"
 #include "hash.h"
index 76a36a616d55b473891085e3c2908b2ff0262931..668df455b95d40daf8a14347113b7aaea7741717 100644 (file)
--- a/libfio.c
+++ b/libfio.c
@@ -23,6 +23,8 @@
  */
 
 #include <string.h>
+#include <sys/types.h>
+#include <signal.h>
 #include "fio.h"
 
 /*