summaryrefslogtreecommitdiffstats
path: root/fortran
diff options
context:
space:
mode:
authorDana Robinson <43805+derobins@users.noreply.github.com>2021-06-07 02:04:34 (GMT)
committerGitHub <noreply@github.com>2021-06-07 02:04:34 (GMT)
commit62ddef9758585ec5556b7ff2465ecae75013322d (patch)
tree2e70b6ed39539c609ad3aab41d1f69db4cf9854b /fortran
parent9ebe55b34c4d45db6b47d6cd0ee01efa20d0c31d (diff)
downloadhdf5-62ddef9758585ec5556b7ff2465ecae75013322d.zip
hdf5-62ddef9758585ec5556b7ff2465ecae75013322d.tar.gz
hdf5-62ddef9758585ec5556b7ff2465ecae75013322d.tar.bz2
Includes hdf5dev.h in hdf5.h (#728)
* Includes hdf5dev.h in hdf5.h * Removes hdf5dev.h * Restores H5PLextern.h as an independent header * H5PLextern.h missed in the null VOL connector
Diffstat (limited to 'fortran')
-rw-r--r--fortran/src/H5Zf.c1
-rw-r--r--fortran/src/H5_f.c1
2 files changed, 0 insertions, 2 deletions
diff --git a/fortran/src/H5Zf.c b/fortran/src/H5Zf.c
index 33d9fb3..b31878c 100644
--- a/fortran/src/H5Zf.c
+++ b/fortran/src/H5Zf.c
@@ -20,7 +20,6 @@
*/
#include "H5f90.h"
-#include "hdf5dev.h"
/****if* H5Zf/h5zunregister_c
* NAME
diff --git a/fortran/src/H5_f.c b/fortran/src/H5_f.c
index 52fc276..d245cae 100644
--- a/fortran/src/H5_f.c
+++ b/fortran/src/H5_f.c
@@ -21,7 +21,6 @@
#include "H5f90.h"
#include "H5fort_type_defines.h"
-#include "hdf5dev.h"
int IntKinds_SizeOf[] = H5_FORTRAN_INTEGER_KINDS_SIZEOF;