diff options
author | Dana Robinson <43805+derobins@users.noreply.github.com> | 2024-03-15 20:01:22 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-03-15 20:01:22 (GMT) |
commit | 6d85ea26abea85935af45081e8ef9d6e2a659171 (patch) | |
tree | 19bf7f23728f104b9e0be954bd9fd311e0609d5c | |
parent | 6635198d7f300674c61289cfbeb08699d117f2b5 (diff) | |
download | hdf5-6d85ea26abea85935af45081e8ef9d6e2a659171.zip hdf5-6d85ea26abea85935af45081e8ef9d6e2a659171.tar.gz hdf5-6d85ea26abea85935af45081e8ef9d6e2a659171.tar.bz2 |
Remove H5O header and friend status from H5A.c (#4150)
-rw-r--r-- | src/H5A.c | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -15,7 +15,6 @@ /****************/ #include "H5Amodule.h" /* This source code file is part of the H5A module */ -#define H5O_FRIEND /* Suppress error about including H5Opkg */ /***********/ /* Headers */ @@ -26,7 +25,6 @@ #include "H5Eprivate.h" /* Error handling */ #include "H5ESprivate.h" /* Event Sets */ #include "H5Iprivate.h" /* IDs */ -#include "H5Opkg.h" /* Object headers */ #include "H5Sprivate.h" /* Dataspace functions */ #include "H5VLprivate.h" /* Virtual Object Layer */ |