diff options
author | Richard Warren <Richard.Warren@hdfgroup.org> | 2019-10-07 23:53:19 (GMT) |
---|---|---|
committer | Richard Warren <Richard.Warren@hdfgroup.org> | 2019-10-07 23:53:19 (GMT) |
commit | e2405c1091e71cf1e3186bb87c4ca8e696537aa2 (patch) | |
tree | 0ce3cea16b879daf4a1dd8eb9826e9bc3e693251 /src/H5FDmpio.c | |
parent | d7e83cc51016bfa201cfe1d49522286226816829 (diff) | |
download | hdf5-e2405c1091e71cf1e3186bb87c4ca8e696537aa2.zip hdf5-e2405c1091e71cf1e3186bb87c4ca8e696537aa2.tar.gz hdf5-e2405c1091e71cf1e3186bb87c4ca8e696537aa2.tar.bz2 |
Another cleanup pass as suggested by the reviewers.
Diffstat (limited to 'src/H5FDmpio.c')
-rw-r--r-- | src/H5FDmpio.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/H5FDmpio.c b/src/H5FDmpio.c index 0401418..11f0411 100644 --- a/src/H5FDmpio.c +++ b/src/H5FDmpio.c @@ -32,7 +32,6 @@ #include "H5Iprivate.h" /* IDs */ #include "H5MMprivate.h" /* Memory management */ #include "H5Pprivate.h" /* Property lists */ -#include "H5Sprivate.h" /* Large MPIO data type creation */ #ifdef H5_HAVE_PARALLEL |