Skip to content

Commit

Permalink
Remove H5O header and friend status from H5A.c (HDFGroup#4150)
Browse files Browse the repository at this point in the history
  • Loading branch information
derobins authored and brtnfld committed Mar 18, 2024
1 parent 499269c commit d737034
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/H5A.c
Original file line number Diff line number Diff line change
Expand Up @@ -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 */
Expand All @@ -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 */

Expand Down

0 comments on commit d737034

Please sign in to comment.