summaryrefslogtreecommitdiffstats
path: root/src/hdf5.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/hdf5.h')
-rw-r--r--src/hdf5.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/hdf5.h b/src/hdf5.h
index 3ed7203..74a14c9 100644
--- a/src/hdf5.h
+++ b/src/hdf5.h
@@ -21,7 +21,6 @@
#define _HDF5_H
#include "H5public.h"
-#include "H5Ipublic.h" /* Interface abstraction */
#include "H5Apublic.h" /* Attributes */
#include "H5ACpublic.h" /* Metadata cache */
#include "H5Bpublic.h" /* B-trees */
@@ -33,6 +32,7 @@
#include "H5Gpublic.h" /* Groups */
#include "H5HGpublic.h" /* Global heaps */
#include "H5HLpublic.h" /* Local heaps */
+#include "H5Ipublic.h" /* ID management */
#include "H5MMpublic.h" /* Memory management */
#include "H5Opublic.h" /* Object headers */
#include "H5Ppublic.h" /* Property lists */