summaryrefslogtreecommitdiffstats
path: root/src/H5FDperform.c
diff options
context:
space:
mode:
authorDana Robinson <43805+derobins@users.noreply.github.com>2024-03-15 15:49:59 (GMT)
committerGitHub <noreply@github.com>2024-03-15 15:49:59 (GMT)
commitf3900f2f616ade00355629adb2f30225351bafc4 (patch)
tree9a2ab6b1ddcc7692070cb43c3aa18251b49b2c22 /src/H5FDperform.c
parent437f21549b02ea6ab9f8bfc0ad3b638403466a0d (diff)
downloadhdf5-f3900f2f616ade00355629adb2f30225351bafc4.zip
hdf5-f3900f2f616ade00355629adb2f30225351bafc4.tar.gz
hdf5-f3900f2f616ade00355629adb2f30225351bafc4.tar.bz2
Remove useless headers (#4145)
Removes unnecessary headers from C library source files.
Diffstat (limited to 'src/H5FDperform.c')
-rw-r--r--src/H5FDperform.c9
1 files changed, 4 insertions, 5 deletions
diff --git a/src/H5FDperform.c b/src/H5FDperform.c
index 62097f1..f07abd4 100644
--- a/src/H5FDperform.c
+++ b/src/H5FDperform.c
@@ -19,11 +19,10 @@
/***********/
/* Headers */
/***********/
-#include "H5private.h" /* Generic Functions */
-#include "H5CXprivate.h" /* API Contexts */
-#include "H5Eprivate.h" /* Error handling */
-#include "H5FDpkg.h" /* File Drivers */
-#include "H5Iprivate.h" /* IDs */
+#include "H5private.h" /* Generic Functions */
+#include "H5Eprivate.h" /* Error handling */
+#include "H5FDpkg.h" /* File Drivers */
+#include "H5Iprivate.h" /* IDs */
/*-------------------------------------------------------------------------
* Function: H5FDperform_init