From eef323596c6c9d39456aba10954bb47c21982d96 Mon Sep 17 00:00:00 2001 From: Jens Axboe Date: Mon, 2 Jun 2008 13:31:26 +0200 Subject: [PATCH] Move fls.h in with the other lib helpers Signed-off-by: Jens Axboe --- engines/syslet-rw.c | 2 +- fls.h => lib/fls.h | 0 options.c | 2 +- 3 files changed, 2 insertions(+), 2 deletions(-) rename fls.h => lib/fls.h (100%) diff --git a/engines/syslet-rw.c b/engines/syslet-rw.c index 4b3e5ef4..2eab207c 100644 --- a/engines/syslet-rw.c +++ b/engines/syslet-rw.c @@ -14,7 +14,7 @@ #include #include "../fio.h" -#include "../fls.h" +#include "../lib/fls.h" #ifdef FIO_HAVE_SYSLET diff --git a/fls.h b/lib/fls.h similarity index 100% rename from fls.h rename to lib/fls.h diff --git a/options.c b/options.c index 3c37e910..b3986959 100644 --- a/options.c +++ b/options.c @@ -12,7 +12,7 @@ #include "fio.h" #include "parse.h" -#include "fls.h" +#include "lib/fls.h" #define td_var_offset(var) ((size_t) &((struct thread_options *)0)->var) -- 2.25.1