[PATCH] Shorten the file names, stupid to prefix everything with fio-
[fio.git] / fio.c
diff --git a/fio.c b/fio.c
index 1eeb1cccc46b6c9b3371afd3f7404e0b17bc93ad..8ac44522990f46819dcfc90720fb43d167eb376c 100644 (file)
--- a/fio.c
+++ b/fio.c
 #include "fio.h"
 #include "os.h"
 
-#include "fio-time.h"
-#include "fio-stat.h"
-#include "fio-log.h"
-
 #define MASK   (4095)
 
 #define ALIGN(buf)     (char *) (((unsigned long) (buf) + MASK) & ~(MASK))