diff options
author | Dana Robinson <43805+derobins@users.noreply.github.com> | 2021-06-16 16:54:11 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-06-16 16:54:11 (GMT) |
commit | e4e9bb70db3ee275977caad4b494021af41619d7 (patch) | |
tree | 7129b7c8604f518f95ec6dcea55c79f80b78f8e3 /src/H5Gpkg.h | |
parent | dfe4f2903b947eea31ed228279192609ca07f35e (diff) | |
download | hdf5-e4e9bb70db3ee275977caad4b494021af41619d7.zip hdf5-e4e9bb70db3ee275977caad4b494021af41619d7.tar.gz hdf5-e4e9bb70db3ee275977caad4b494021af41619d7.tar.bz2 |
Fixes some H5SL include statements (#758)
Diffstat (limited to 'src/H5Gpkg.h')
-rw-r--r-- | src/H5Gpkg.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/H5Gpkg.h b/src/H5Gpkg.h index da565af..d108b03 100644 --- a/src/H5Gpkg.h +++ b/src/H5Gpkg.h @@ -35,7 +35,6 @@ #include "H5HFprivate.h" /* Fractal heaps */ #include "H5HLprivate.h" /* Local Heaps */ #include "H5Oprivate.h" /* Object headers */ -#include "H5SLprivate.h" /* Skip lists */ /**************************/ /* Package Private Macros */ |