mirror of
https://github.com/HDFGroup/hdf5.git
synced 2025-01-24 15:25:00 +08:00
Remove usage of libgen.h (#1984)
This commit is contained in:
parent
95ceec786a
commit
6c5b5e0759
@ -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"
|
||||
|
||||
|
@ -22,7 +22,6 @@
|
||||
/********************/
|
||||
|
||||
#include <stdatomic.h>
|
||||
#include <libgen.h>
|
||||
|
||||
/**************/
|
||||
/* H5 Headers */
|
||||
|
@ -22,7 +22,6 @@
|
||||
/********************/
|
||||
|
||||
#include <stdatomic.h>
|
||||
#include <libgen.h>
|
||||
|
||||
/**************/
|
||||
/* H5 Headers */
|
||||
|
@ -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"
|
||||
|
||||
|
@ -15,7 +15,6 @@
|
||||
*/
|
||||
|
||||
#include <mpi.h>
|
||||
#include <libgen.h>
|
||||
|
||||
#include "testpar.h"
|
||||
#include "H5srcdir.h"
|
||||
|
@ -15,8 +15,6 @@
|
||||
* This file is a catchall for parallel VFD tests.
|
||||
*/
|
||||
|
||||
#include <libgen.h>
|
||||
|
||||
#include "testphdf5.h"
|
||||
|
||||
#ifdef H5_HAVE_SUBFILING_VFD
|
||||
|
Loading…
Reference in New Issue
Block a user