Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixes some H5SL include statements #758

Merged
merged 1 commit into from
Jun 16, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions src/H5Gint.c
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@
#include "H5Iprivate.h" /* IDs */
#include "H5Lprivate.h" /* Links */
#include "H5MMprivate.h" /* Memory management */
#include "H5SLprivate.h" /* Skip lists */

/****************/
/* Local Macros */
Expand Down
1 change: 0 additions & 1 deletion src/H5Gpkg.h
Original file line number Diff line number Diff line change
Expand Up @@ -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 */
Expand Down
1 change: 0 additions & 1 deletion src/H5HFpkg.h
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@
#include "H5B2private.h" /* v2 B-trees */
#include "H5FLprivate.h" /* Free Lists */
#include "H5FSprivate.h" /* Free space manager */
#include "H5SLprivate.h" /* Skip lists */

/**************************/
/* Package Private Macros */
Expand Down