diff options
Diffstat (limited to 'src/H5Oplist.c')
-rw-r--r-- | src/H5Oplist.c | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/src/H5Oplist.c b/src/H5Oplist.c index a326fba..093e0b0 100644 --- a/src/H5Oplist.c +++ b/src/H5Oplist.c @@ -22,14 +22,14 @@ #include "H5Iprivate.h" /* IDs */ #include "H5MMprivate.h" /* Memory management */ #include "H5Oprivate.h" /* Object headers */ -#include "H5Pprivate.h" /* Property lists */ -#include "H5Ppkg.h" +#include "H5Ppkg.h" /* Property lists */ #if defined (WIN32) && !defined (__MWERKS__) #include <sys/types.h> #include <sys/timeb.h> #endif +/* Pablo mask */ #define PABLO_MASK H5O_plist_mask /* local prototypes */ @@ -60,7 +60,6 @@ const H5O_class_t H5O_PLIST[1] = {{ /* Is the interface initialized? */ static int interface_initialize_g = 0; - #define INTERFACE_INIT NULL /* Declare external the free list for hsize_t arrays */ |