diff options
author | Quincey Koziol <koziol@hdfgroup.org> | 1998-04-23 22:24:38 (GMT) |
---|---|---|
committer | Quincey Koziol <koziol@hdfgroup.org> | 1998-04-23 22:24:38 (GMT) |
commit | ca0a7c164e2e492d5c48d066bacf83a92e675c2e (patch) | |
tree | 37c5124c23ceddf677e9e6516e0dde696152655c /src/hdf5.h | |
parent | eba569241e9675494bcc7df4d0005b4a75a1d82d (diff) | |
download | hdf5-ca0a7c164e2e492d5c48d066bacf83a92e675c2e.zip hdf5-ca0a7c164e2e492d5c48d066bacf83a92e675c2e.tar.gz hdf5-ca0a7c164e2e492d5c48d066bacf83a92e675c2e.tar.bz2 |
[svn-r361] Added Attribute (H5A) code.
Diffstat (limited to 'src/hdf5.h')
-rw-r--r-- | src/hdf5.h | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -19,6 +19,8 @@ #define _HDF5_H #include <H5public.h> +#include <H5Ipublic.h> /* IDs (this has to come near the top, to define hid_t) */ +#include <H5Apublic.h> /* Attributes */ #include <H5ACpublic.h> /* Metadata cache */ #include <H5Bpublic.h> /* B-trees */ #include <H5Dpublic.h> /* Datasets */ @@ -27,7 +29,6 @@ #include <H5Gpublic.h> /* Groups */ #include <H5HGpublic.h> /* Global heaps */ #include <H5HLpublic.h> /* Local heaps */ -#include <H5Ipublic.h> /* IDs */ #include <H5MFpublic.h> /* File memory management */ #include <H5MMpublic.h> /* Core memory management */ #include <H5Opublic.h> /* Object headers */ |