X-Git-Url: https://git.kernel.dk/?p=fio.git;a=blobdiff_plain;f=smalloc.c;h=a2ad25a0a0d03bf5010c743325ed17e594e0fb83;hp=d19e108a35e0919aada104e4965471e32d8e7384;hb=cb6ee92a7fbf7e373074409d9570dc9b27dece17;hpb=971caeb177d3bc4f65fa31381bbfb83710bfc690 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"