Remove usage of libgen.h (#1984)

This commit is contained in:
jhendersonHDF 2022-08-10 11:00:45 -05:00 committed by GitHub
parent 95ceec786a
commit 6c5b5e0759
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
6 changed files with 0 additions and 9 deletions

View File

@ -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"

View File

@ -22,7 +22,6 @@
/********************/
#include <stdatomic.h>
#include <libgen.h>
/**************/
/* H5 Headers */

View File

@ -22,7 +22,6 @@
/********************/
#include <stdatomic.h>
#include <libgen.h>
/**************/
/* H5 Headers */

View File

@ -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"

View File

@ -15,7 +15,6 @@
*/
#include <mpi.h>
#include <libgen.h>
#include "testpar.h"
#include "H5srcdir.h"

View File

@ -15,8 +15,6 @@
* This file is a catchall for parallel VFD tests.
*/
#include <libgen.h>
#include "testphdf5.h"
#ifdef H5_HAVE_SUBFILING_VFD