summaryrefslogtreecommitdiffstats
path: root/src/H5FDsubfiling/H5FDioc.c
diff options
context:
space:
mode:
authorjhendersonHDF <jhenderson@hdfgroup.org>2022-08-10 16:00:45 (GMT)
committerGitHub <noreply@github.com>2022-08-10 16:00:45 (GMT)
commit6c5b5e07590647568b63f7889a7b6fae76277b34 (patch)
tree945f9fbbd43853c8c9237e9ca129d4b9feec660e /src/H5FDsubfiling/H5FDioc.c
parent95ceec786a0023f1ca0f4dd184997f83d6b92258 (diff)
downloadhdf5-6c5b5e07590647568b63f7889a7b6fae76277b34.zip
hdf5-6c5b5e07590647568b63f7889a7b6fae76277b34.tar.gz
hdf5-6c5b5e07590647568b63f7889a7b6fae76277b34.tar.bz2
Remove usage of libgen.h (#1984)
Diffstat (limited to 'src/H5FDsubfiling/H5FDioc.c')
-rw-r--r--src/H5FDsubfiling/H5FDioc.c2
1 files changed, 0 insertions, 2 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"