diff options
author | jhendersonHDF <jhenderson@hdfgroup.org> | 2022-08-10 16:00:45 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-08-10 16:00:45 (GMT) |
commit | 6c5b5e07590647568b63f7889a7b6fae76277b34 (patch) | |
tree | 945f9fbbd43853c8c9237e9ca129d4b9feec660e /src/H5FDsubfiling/H5subfiling_common.c | |
parent | 95ceec786a0023f1ca0f4dd184997f83d6b92258 (diff) | |
download | hdf5-6c5b5e07590647568b63f7889a7b6fae76277b34.zip hdf5-6c5b5e07590647568b63f7889a7b6fae76277b34.tar.gz hdf5-6c5b5e07590647568b63f7889a7b6fae76277b34.tar.bz2 |
Remove usage of libgen.h (#1984)
Diffstat (limited to 'src/H5FDsubfiling/H5subfiling_common.c')
-rw-r--r-- | src/H5FDsubfiling/H5subfiling_common.c | 2 |
1 files changed, 0 insertions, 2 deletions
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" |