X-Git-Url: https://git.kernel.dk/?p=fio.git;a=blobdiff_plain;f=t%2Fdedupe.c;h=37120e1895063e7270c6e48382ad661f33395fc3;hp=1b4277c1b9d3c17b20dccb9df16e7092552f4123;hb=3d2d14bcb844e72809192311369a642c5d415472;hpb=0f0346e0c8f9141ceea8a5de8264c635ea0cae9b;ds=inline diff --git a/t/dedupe.c b/t/dedupe.c index 1b4277c1..37120e18 100644 --- a/t/dedupe.c +++ b/t/dedupe.c @@ -3,16 +3,12 @@ * just scans the filename for extents of the given size, checksums them, * and orders them up. */ +#include +#include #include -#include +#include #include -#include -#include -#include #include -#include -#include -#include #include "../flist.h" #include "../log.h"