From 734f7d02ebea2c46799eeccbbea3d98d9e245e1b Mon Sep 17 00:00:00 2001 From: Jens Axboe Date: Tue, 5 Jun 2018 11:11:03 -0600 Subject: [PATCH 1/1] Move nowarn_snprintf.h to lib/ Signed-off-by: Jens Axboe --- fio.h | 2 +- nowarn_snprintf.h => lib/nowarn_snprintf.h | 0 verify-state.h | 2 +- 3 files changed, 2 insertions(+), 2 deletions(-) rename nowarn_snprintf.h => lib/nowarn_snprintf.h (100%) diff --git a/fio.h b/fio.h index b9a21782..6c897fc6 100644 --- a/fio.h +++ b/fio.h @@ -44,7 +44,7 @@ #include "io_u_queue.h" #include "workqueue.h" #include "steadystate.h" -#include "nowarn_snprintf.h" +#include "lib/nowarn_snprintf.h" #ifdef CONFIG_SOLARISAIO #include diff --git a/nowarn_snprintf.h b/lib/nowarn_snprintf.h similarity index 100% rename from nowarn_snprintf.h rename to lib/nowarn_snprintf.h diff --git a/verify-state.h b/verify-state.h index 39b0ed1a..6da1585b 100644 --- a/verify-state.h +++ b/verify-state.h @@ -4,7 +4,7 @@ #include #include #include -#include "nowarn_snprintf.h" +#include "lib/nowarn_snprintf.h" struct thread_rand32_state { uint32_t s[4]; -- 2.25.1