Refactor #includes and headers
[fio.git] / gettime.c
index 57c66f7e6fbc6a1d8688cbc2d4b6ee0f370c8930..87fc29b50163252e412b85e969aad5de66b7f12b 100644 (file)
--- a/gettime.c
+++ b/gettime.c
@@ -2,16 +2,9 @@
  * Clock functions
  */
 
-#include <unistd.h>
 #include <math.h>
-#include <sys/time.h>
-#include <time.h>
 
 #include "fio.h"
-#include "fio_sem.h"
-#include "smalloc.h"
-
-#include "hash.h"
 #include "os/os.h"
 
 #if defined(ARCH_HAVE_CPU_CLOCK)