diff options
author | Dana Robinson <43805+derobins@users.noreply.github.com> | 2022-04-08 02:45:36 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-04-08 02:45:36 (GMT) |
commit | f660cfdb3c891f014cfffd8efd3929ff9714deef (patch) | |
tree | 364e7683d26583b12f3178b8bcfa9d0714c46f0d | |
parent | 53d990c2c31095a0662e5119587bfcad34a21a8f (diff) | |
download | hdf5-f660cfdb3c891f014cfffd8efd3929ff9714deef.zip hdf5-f660cfdb3c891f014cfffd8efd3929ff9714deef.tar.gz hdf5-f660cfdb3c891f014cfffd8efd3929ff9714deef.tar.bz2 |
Brings minor changes from headers in develop (#1618)
-rw-r--r-- | src/H5ACpublic.h | 7 | ||||
-rw-r--r-- | src/H5CSprivate.h | 4 | ||||
-rw-r--r-- | src/H5CXprivate.h | 5 | ||||
-rw-r--r-- | src/H5Cpublic.h | 7 | ||||
-rw-r--r-- | src/H5EAprivate.h | 5 | ||||
-rw-r--r-- | src/H5FAprivate.h | 5 | ||||
-rw-r--r-- | src/H5PBprivate.h | 5 |
7 files changed, 0 insertions, 38 deletions
diff --git a/src/H5ACpublic.h b/src/H5ACpublic.h index c853794..42bc090 100644 --- a/src/H5ACpublic.h +++ b/src/H5ACpublic.h @@ -28,10 +28,6 @@ #include "H5public.h" #include "H5Cpublic.h" -#ifdef __cplusplus -extern "C" { -#endif - /**************************************************************************** * * structure H5AC_cache_config_t @@ -783,7 +779,4 @@ typedef struct H5AC_cache_image_config_t { //! <!-- [H5AC_cache_image_config_t_snip] --> -#ifdef __cplusplus -} -#endif #endif diff --git a/src/H5CSprivate.h b/src/H5CSprivate.h index a238ec7..2dc28f5 100644 --- a/src/H5CSprivate.h +++ b/src/H5CSprivate.h @@ -17,10 +17,6 @@ #ifndef H5CSprivate_H #define H5CSprivate_H -#ifdef NOT_YET -#include "H5CSpublic.h" -#endif /* NOT_YET */ - /* Private headers needed by this file */ #include "H5private.h" diff --git a/src/H5CXprivate.h b/src/H5CXprivate.h index f9289cb..1163212 100644 --- a/src/H5CXprivate.h +++ b/src/H5CXprivate.h @@ -16,11 +16,6 @@ #ifndef H5CXprivate_H #define H5CXprivate_H -/* Include package's public header */ -#ifdef NOT_YET -#include "H5CXpublic.h" -#endif /* NOT_YET */ - /* Private headers needed by this file */ #include "H5private.h" /* Generic Functions */ #include "H5ACprivate.h" /* Metadata cache */ diff --git a/src/H5Cpublic.h b/src/H5Cpublic.h index 79ece10..c65dc7c 100644 --- a/src/H5Cpublic.h +++ b/src/H5Cpublic.h @@ -27,10 +27,6 @@ /* Public headers needed by this file */ #include "H5public.h" -#ifdef __cplusplus -extern "C" { -#endif - enum H5C_cache_incr_mode { H5C_incr__off, /**<Automatic cache size increase is disabled, and the remaining increment fields are ignored.*/ @@ -61,7 +57,4 @@ enum H5C_cache_decr_mode { /**<Automatic cache size decrease is enabled using the ageout with hit rate threshold algorithm.*/ }; -#ifdef __cplusplus -} -#endif #endif diff --git a/src/H5EAprivate.h b/src/H5EAprivate.h index 19dabd9..9481559f 100644 --- a/src/H5EAprivate.h +++ b/src/H5EAprivate.h @@ -26,11 +26,6 @@ #ifndef H5EAprivate_H #define H5EAprivate_H -/* Include package's public header */ -#ifdef NOT_YET -#include "H5EApublic.h" -#endif /* NOT_YET */ - /* Private headers needed by this file */ #include "H5ACprivate.h" /* Metadata cache */ #include "H5Fprivate.h" /* File access */ diff --git a/src/H5FAprivate.h b/src/H5FAprivate.h index 59d3652..745c129 100644 --- a/src/H5FAprivate.h +++ b/src/H5FAprivate.h @@ -24,11 +24,6 @@ #ifndef H5FAprivate_H #define H5FAprivate_H -/* Include package's public header */ -#ifdef NOT_YET -#include "H5FApublic.h" -#endif /* NOT_YET */ - /* Private headers needed by this file */ #include "H5ACprivate.h" /* Metadata cache */ #include "H5Fprivate.h" /* File access */ diff --git a/src/H5PBprivate.h b/src/H5PBprivate.h index e0197bf..cac8b15 100644 --- a/src/H5PBprivate.h +++ b/src/H5PBprivate.h @@ -23,11 +23,6 @@ #ifndef H5PBprivate_H #define H5PBprivate_H -/* Include package's public header */ -#ifdef NOT_YET -#include "H5PBpublic.h" -#endif /* NOT_YET */ - /* Private headers needed by this header */ #include "H5private.h" /* Generic Functions */ #include "H5Fprivate.h" /* File access */ |