Refactor #includes and headers
[fio.git] / diskutil.c
index dd8fc6a20b3aec09875823f416369743a897af3e..b973120c1abc89b7bea66698a0b38e47315858f3 100644 (file)
@@ -1,13 +1,10 @@
 #include <stdio.h>
 #include <string.h>
-#include <sys/time.h>
 #include <sys/types.h>
 #include <sys/stat.h>
 #include <sys/sysmacros.h>
 #include <dirent.h>
 #include <libgen.h>
-#include <math.h>
-#include <assert.h>
 #ifdef CONFIG_VALGRIND_DEV
 #include <valgrind/drd.h>
 #else