diff options
author | Dana Robinson <43805+derobins@users.noreply.github.com> | 2021-06-07 02:04:34 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-06-07 02:04:34 (GMT) |
commit | 62ddef9758585ec5556b7ff2465ecae75013322d (patch) | |
tree | 2e70b6ed39539c609ad3aab41d1f69db4cf9854b /java | |
parent | 9ebe55b34c4d45db6b47d6cd0ee01efa20d0c31d (diff) | |
download | hdf5-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 'java')
-rw-r--r-- | java/src/jni/h5Constants.c | 1 | ||||
-rw-r--r-- | java/src/jni/h5lImp.c | 1 | ||||
-rw-r--r-- | java/src/jni/h5zImp.c | 1 |
3 files changed, 0 insertions, 3 deletions
diff --git a/java/src/jni/h5Constants.c b/java/src/jni/h5Constants.c index a0deea3..7354e95 100644 --- a/java/src/jni/h5Constants.c +++ b/java/src/jni/h5Constants.c @@ -22,7 +22,6 @@ extern "C" { #endif /* __cplusplus */ #include "hdf5.h" -#include "hdf5dev.h" #include <jni.h> #include <stdlib.h> #include "h5jni.h" diff --git a/java/src/jni/h5lImp.c b/java/src/jni/h5lImp.c index 1407fef..43db4e9 100644 --- a/java/src/jni/h5lImp.c +++ b/java/src/jni/h5lImp.c @@ -23,7 +23,6 @@ extern "C" { #include <jni.h> #include <stdlib.h> #include "hdf5.h" -#include "hdf5dev.h" #include "h5jni.h" #include "h5lImp.h" diff --git a/java/src/jni/h5zImp.c b/java/src/jni/h5zImp.c index d8c93be..d750ee8 100644 --- a/java/src/jni/h5zImp.c +++ b/java/src/jni/h5zImp.c @@ -22,7 +22,6 @@ extern "C" { #endif /* __cplusplus */ #include "hdf5.h" -#include "hdf5dev.h" #include <jni.h> #include <stdlib.h> #include "h5jni.h" |