diff options
-rw-r--r-- | src/H5FDsubfiling/H5FDioc.c | 2 | ||||
-rw-r--r-- | src/H5FDsubfiling/H5FDioc_priv.h | 1 | ||||
-rw-r--r-- | src/H5FDsubfiling/H5FDsubfiling_priv.h | 1 | ||||
-rw-r--r-- | src/H5FDsubfiling/H5subfiling_common.c | 2 | ||||
-rw-r--r-- | testpar/t_subfiling_vfd.c | 1 | ||||
-rw-r--r-- | testpar/t_vfd.c | 2 |
6 files changed, 0 insertions, 9 deletions
diff --git a/src/H5FDsubfiling/H5FDioc.c b/src/H5FDsubfiling/H5FDioc.c index 5030055..78d060f 100644 --- a/src/H5FDsubfiling/H5FDioc.c +++ b/src/H5FDsubfiling/H5FDioc.c @@ -16,8 +16,6 @@ * another underlying VFD. Maintains two files simultaneously. */ -#include <libgen.h> - /* This source code file is part of the H5FD driver module */ #include "H5FDdrvr_module.h" diff --git a/src/H5FDsubfiling/H5FDioc_priv.h b/src/H5FDsubfiling/H5FDioc_priv.h index 7ad7acc..a86810c 100644 --- a/src/H5FDsubfiling/H5FDioc_priv.h +++ b/src/H5FDsubfiling/H5FDioc_priv.h @@ -22,7 +22,6 @@ /********************/ #include <stdatomic.h> -#include <libgen.h> /**************/ /* H5 Headers */ diff --git a/src/H5FDsubfiling/H5FDsubfiling_priv.h b/src/H5FDsubfiling/H5FDsubfiling_priv.h index 86507a6..0d628c5 100644 --- a/src/H5FDsubfiling/H5FDsubfiling_priv.h +++ b/src/H5FDsubfiling/H5FDsubfiling_priv.h @@ -22,7 +22,6 @@ /********************/ #include <stdatomic.h> -#include <libgen.h> /**************/ /* H5 Headers */ diff --git a/src/H5FDsubfiling/H5subfiling_common.c b/src/H5FDsubfiling/H5subfiling_common.c index d83d8c5..9cc2c65 100644 --- a/src/H5FDsubfiling/H5subfiling_common.c +++ b/src/H5FDsubfiling/H5subfiling_common.c @@ -14,8 +14,6 @@ * Generic code for integrating an HDF5 VFD with the subfiling feature */ -#include <libgen.h> - #include "H5subfiling_common.h" #include "H5subfiling_err.h" diff --git a/testpar/t_subfiling_vfd.c b/testpar/t_subfiling_vfd.c index f6fa63c..c289fac 100644 --- a/testpar/t_subfiling_vfd.c +++ b/testpar/t_subfiling_vfd.c @@ -15,7 +15,6 @@ */ #include <mpi.h> -#include <libgen.h> #include "testpar.h" #include "H5srcdir.h" diff --git a/testpar/t_vfd.c b/testpar/t_vfd.c index 9b47f07..b65812a 100644 --- a/testpar/t_vfd.c +++ b/testpar/t_vfd.c @@ -15,8 +15,6 @@ * This file is a catchall for parallel VFD tests. */ -#include <libgen.h> - #include "testphdf5.h" #ifdef H5_HAVE_SUBFILING_VFD |