diff options
author | Quincey Koziol <koziol@hdfgroup.org> | 2007-01-23 03:46:31 (GMT) |
---|---|---|
committer | Quincey Koziol <koziol@hdfgroup.org> | 2007-01-23 03:46:31 (GMT) |
commit | 0c9bd3d4e27b7188825c6e71fc47931fdfb8ed1c (patch) | |
tree | 02ecf7104bff4571de31ac0254449b3d0e2b0642 /src/H5Onull.c | |
parent | 58db19e6c576fbc12fdf756f1c2aee8186f1e90a (diff) | |
download | hdf5-0c9bd3d4e27b7188825c6e71fc47931fdfb8ed1c.zip hdf5-0c9bd3d4e27b7188825c6e71fc47931fdfb8ed1c.tar.gz hdf5-0c9bd3d4e27b7188825c6e71fc47931fdfb8ed1c.tar.bz2 |
[svn-r13176] Description:
Push code further toward shared message method calling refactor.
Tested on:
FreeBSD/32 6.2 (duty)
Too minor to require h5committest
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 */ |