summaryrefslogtreecommitdiffstats
path: root/src/H5Ppublic.h
diff options
context:
space:
mode:
authorDana Robinson <43805+derobins@users.noreply.github.com>2023-05-07 01:12:32 (GMT)
committerGitHub <noreply@github.com>2023-05-07 01:12:32 (GMT)
commit930a91b587e3122b6700f99a677027f85a538677 (patch)
tree1c0dc642c49ade87ad58376d523cb999aef23928 /src/H5Ppublic.h
parent038216e2cf7a8533fa8eba7b024ed09e9a554991 (diff)
downloadhdf5-930a91b587e3122b6700f99a677027f85a538677.zip
hdf5-930a91b587e3122b6700f99a677027f85a538677.tar.gz
hdf5-930a91b587e3122b6700f99a677027f85a538677.tar.bz2
Public header cleanup (#2923)
Removes unnecessary headers and adds missing headers, ensuring that headers can be included independently and in any order. Fixes #2789
Diffstat (limited to 'src/H5Ppublic.h')
-rw-r--r--src/H5Ppublic.h17
1 files changed, 7 insertions, 10 deletions
diff --git a/src/H5Ppublic.h b/src/H5Ppublic.h
index a08119d..2817551 100644
--- a/src/H5Ppublic.h
+++ b/src/H5Ppublic.h
@@ -17,21 +17,18 @@
#ifndef H5Ppublic_H
#define H5Ppublic_H
-/* System headers needed by this file */
-
-/* Public headers needed by this file */
-#include "H5public.h"
-#include "H5ACpublic.h" /* Metadata cache */
+#include "H5public.h" /* Generic Functions */
+#include "H5ACpublic.h" /* Metadata Cache */
#include "H5Dpublic.h" /* Datasets */
#include "H5Fpublic.h" /* Files */
-#include "H5FDpublic.h" /* File drivers */
-#include "H5Ipublic.h" /* ID management */
+#include "H5FDpublic.h" /* (Virtual) File Drivers */
+#include "H5Ipublic.h" /* Identifiers */
#include "H5Lpublic.h" /* Links */
-#include "H5MMpublic.h" /* Memory management */
-#include "H5Opublic.h" /* Object headers */
+#include "H5MMpublic.h" /* Memory Management */
+#include "H5Opublic.h" /* Object Headers */
#include "H5Spublic.h" /* Dataspaces */
#include "H5Tpublic.h" /* Datatypes */
-#include "H5Zpublic.h" /* Data filters */
+#include "H5Zpublic.h" /* Data Filters */
/*****************/
/* Public Macros */