diff options
Diffstat (limited to 'src/H5Onull.c')
-rw-r--r-- | src/H5Onull.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/H5Onull.c b/src/H5Onull.c index 5399112..20a3254 100644 --- a/src/H5Onull.c +++ b/src/H5Onull.c @@ -23,10 +23,10 @@ *------------------------------------------------------------------------- */ -#define H5O_PACKAGE /*suppress error about including H5Opkg */ +#define H5O_PACKAGE /*suppress error about including H5Opkg */ -#include "H5private.h" -#include "H5Opkg.h" /* Object header functions */ +#include "H5private.h" /* Generic Functions */ +#include "H5Opkg.h" /* Object headers */ /* This message derives from H5O message class */ |