Skip to content

Commit

Permalink
Ensure H5SL header is included everywhere
Browse files Browse the repository at this point in the history
  • Loading branch information
derobins committed Mar 15, 2024
1 parent 320447e commit fa55228
Show file tree
Hide file tree
Showing 18 changed files with 18 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/H5ACmpio.c
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@
#include "H5FLprivate.h" /* Free Lists */
#include "H5Fpkg.h" /* Files */
#include "H5MMprivate.h" /* Memory management */
#include "H5SLprivate.h" /* Skip Lists */

#ifdef H5_HAVE_PARALLEL

Expand Down
1 change: 1 addition & 0 deletions src/H5ACproxy_entry.c
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@
#include "H5Eprivate.h" /* Error handling */
#include "H5FLprivate.h" /* Free Lists */
#include "H5MFprivate.h" /* File memory management */
#include "H5SLprivate.h" /* Skip Lists */

/****************/
/* Local Macros */
Expand Down
1 change: 1 addition & 0 deletions src/H5C.c
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@
#include "H5FLprivate.h" /* Free Lists */
#include "H5MFprivate.h" /* File memory management */
#include "H5MMprivate.h" /* Memory management */
#include "H5SLprivate.h" /* Skip Lists */

/****************/
/* Local Macros */
Expand Down
1 change: 1 addition & 0 deletions src/H5Cdbg.c
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@
#include "H5ACprivate.h" /* Metadata Cache */
#include "H5Cpkg.h" /* Cache */
#include "H5Eprivate.h" /* Error Handling */
#include "H5SLprivate.h" /* Skip Lists */

/****************/
/* Local Macros */
Expand Down
1 change: 1 addition & 0 deletions src/H5Centry.c
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@
#include "H5FLprivate.h" /* Free Lists */
#include "H5MFprivate.h" /* File memory management */
#include "H5MMprivate.h" /* Memory management */
#include "H5SLprivate.h" /* Skip Lists */

/****************/
/* Local Macros */
Expand Down
1 change: 1 addition & 0 deletions src/H5Cint.c
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@
#include "H5Eprivate.h" /* Error handling */
#include "H5Fpkg.h" /* Files */
#include "H5MFprivate.h" /* File memory management */
#include "H5SLprivate.h" /* Skip Lists */

/****************/
/* Local Macros */
Expand Down
1 change: 1 addition & 0 deletions src/H5Cmpio.c
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@
#include "H5Fpkg.h" /* Files */
#include "H5FDprivate.h" /* File drivers */
#include "H5MMprivate.h" /* Memory management */
#include "H5SLprivate.h" /* Skip Lists */

#ifdef H5_HAVE_PARALLEL
/****************/
Expand Down
1 change: 1 addition & 0 deletions src/H5Dchunk.c
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@
#include "H5MMprivate.h" /* Memory management */
#include "H5MFprivate.h" /* File memory management */
#include "H5PBprivate.h" /* Page Buffer */
#include "H5SLprivate.h" /* Skip Lists */
#include "H5VMprivate.h" /* Vector and array functions */

/****************/
Expand Down
1 change: 1 addition & 0 deletions src/H5Dint.c
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@
#include "H5Iprivate.h" /* IDs */
#include "H5Lprivate.h" /* Links */
#include "H5MMprivate.h" /* Memory management */
#include "H5SLprivate.h" /* Skip Lists */
#include "H5VLprivate.h" /* Virtual Object Layer */
#include "H5VMprivate.h" /* Vector Functions */

Expand Down
1 change: 1 addition & 0 deletions src/H5Dmpio.c
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@
#include "H5Oprivate.h" /* Object headers */
#include "H5Pprivate.h" /* Property lists */
#include "H5Sprivate.h" /* Dataspaces */
#include "H5SLprivate.h" /* Skip Lists */
#include "H5VMprivate.h" /* Vector */

#ifdef H5_HAVE_PARALLEL
Expand Down
1 change: 1 addition & 0 deletions src/H5FO.c
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@
#include "H5FLprivate.h" /* Free lists */
#include "H5FOprivate.h" /* File objects */
#include "H5Oprivate.h" /* Object headers */
#include "H5SLprivate.h" /* Skip Lists */

/* Private typedefs */

Expand Down
1 change: 1 addition & 0 deletions src/H5FS.c
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@
#include "H5FSpkg.h" /* File free space */
#include "H5MFprivate.h" /* File memory management */
#include "H5MMprivate.h" /* Memory management */
#include "H5SLprivate.h" /* Skip Lists */

/****************/
/* Local Macros */
Expand Down
1 change: 1 addition & 0 deletions src/H5FScache.c
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@
#include "H5FSpkg.h" /* File free space */
#include "H5MFprivate.h" /* File memory management */
#include "H5MMprivate.h" /* Memory management */
#include "H5SLprivate.h" /* Skip Lists */
#include "H5VMprivate.h" /* Vectors and arrays */

/****************/
Expand Down
1 change: 1 addition & 0 deletions src/H5FSsection.c
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@
#include "H5FLprivate.h" /* Free Lists */
#include "H5FSpkg.h" /* File free space */
#include "H5MFprivate.h" /* File memory management */
#include "H5SLprivate.h" /* Skip Lists */
#include "H5VMprivate.h" /* Vectors and arrays */

/****************/
Expand Down
1 change: 1 addition & 0 deletions src/H5Fefc.c
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@
#include "H5Iprivate.h" /* IDs */
#include "H5MMprivate.h" /* Memory management */
#include "H5Pprivate.h" /* Property lists */
#include "H5SLprivate.h" /* Skip Lists */

/* Special values for the "tag" field below */
#define H5F_EFC_TAG_DEFAULT (-1)
Expand Down
1 change: 1 addition & 0 deletions src/H5Ocopy.c
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@
#include "H5MMprivate.h" /* Memory management */
#include "H5Opkg.h" /* Object headers */
#include "H5Pprivate.h" /* Property lists */
#include "H5SLprivate.h" /* Skip Lists */

/****************/
/* Local Macros */
Expand Down
1 change: 1 addition & 0 deletions src/H5Oint.c
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@
#include "H5MFprivate.h" /* File memory management */
#include "H5MMprivate.h" /* Memory management */
#include "H5Opkg.h" /* Object headers */
#include "H5SLprivate.h" /* Skip Lists */
#include "H5VLprivate.h" /* Virtual Object Layer */

#include "H5VLnative_private.h" /* Native VOL connector */
Expand Down
1 change: 1 addition & 0 deletions src/H5Pint.c
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@
#include "H5Iprivate.h" /* IDs */
#include "H5MMprivate.h" /* Memory management */
#include "H5Ppkg.h" /* Property lists */
#include "H5SLprivate.h" /* Skip Lists */

/****************/
/* Local Macros */
Expand Down

0 comments on commit fa55228

Please sign in to comment.