The following changes since commit afdde534004397ba1fb00ccc6f5906fa50dd667f: t/jobs/t0012.fio: make this job time_based (2023-11-07 12:22:40 -0500) are available in the Git repository at: git://git.kernel.dk/fio.git master for you to fetch changes up to bdf99b6836d75683cba5968c40f321748482ae86: Merge branch 'xnvme_includes' of https://github.com/safl/fio (2023-11-20 07:43:16 -0500) ---------------------------------------------------------------- Simon A. F. Lund (1): engines/xnvme: only include entry-header ('libxnvme.h') Vincent Fu (1): Merge branch 'xnvme_includes' of https://github.com/safl/fio engines/xnvme.c | 4 ---- 1 file changed, 4 deletions(-) --- Diff of recent changes: diff --git a/engines/xnvme.c b/engines/xnvme.c index b7824013..2a0b3520 100644 --- a/engines/xnvme.c +++ b/engines/xnvme.c @@ -10,10 +10,6 @@ #include <stdlib.h> #include <assert.h> #include <libxnvme.h> -#include <libxnvme_libconf.h> -#include <libxnvme_nvm.h> -#include <libxnvme_znd.h> -#include <libxnvme_spec_fs.h> #include "fio.h" #include "zbd_types.h" #include "fdp.h"