summaryrefslogtreecommitdiffstats
path: root/src/H5Opublic.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/H5Opublic.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/H5Opublic.h')
-rw-r--r--src/H5Opublic.h10
1 files changed, 3 insertions, 7 deletions
diff --git a/src/H5Opublic.h b/src/H5Opublic.h
index 6fba508..d880a66 100644
--- a/src/H5Opublic.h
+++ b/src/H5Opublic.h
@@ -13,21 +13,17 @@
/*-------------------------------------------------------------------------
*
* Created: H5Opublic.h
- * Aug 5 1997
- * Robb Matzke
*
* Purpose: Public declarations for the H5O (object header)
- * package.
+ * package
*
*-------------------------------------------------------------------------
*/
#ifndef H5Opublic_H
#define H5Opublic_H
-/* Public headers needed by this file */
-#include "H5public.h" /* Generic Functions */
-#include "H5Ipublic.h" /* IDs */
-#include "H5Lpublic.h" /* Links */
+#include "H5public.h" /* Generic Functions */
+#include "H5Ipublic.h" /* Identifiers */
/*****************/
/* Public Macros */