Skip to content

Commit

Permalink
Fixes some H5SL include statements (#758)
Browse files Browse the repository at this point in the history
  • Loading branch information
derobins authored Jun 16, 2021
1 parent dfe4f29 commit e4e9bb7
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 2 deletions.
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

0 comments on commit e4e9bb7

Please sign in to comment.