X-Git-Url: https://git.kernel.dk/?a=blobdiff_plain;f=smalloc.c;h=a2ad25a0a0d03bf5010c743325ed17e594e0fb83;hb=a7c2b6fc2959cddbf7a479c86eb93d609669241a;hp=d19e108a35e0919aada104e4965471e32d8e7384;hpb=971caeb177d3bc4f65fa31381bbfb83710bfc690;p=fio.git diff --git a/smalloc.c b/smalloc.c index d19e108a..a2ad25a0 100644 --- a/smalloc.c +++ b/smalloc.c @@ -3,19 +3,11 @@ * that can be shared across processes and threads */ #include -#include -#include #include #include -#include -#include -#include -#include -#include #include "fio.h" #include "fio_sem.h" -#include "arch/arch.h" #include "os/os.h" #include "smalloc.h" #include "log.h"