diff options
Diffstat (limited to 'src/H5Ppublic.h')
-rw-r--r-- | src/H5Ppublic.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/H5Ppublic.h b/src/H5Ppublic.h index 1fa1bf1..74efab1 100644 --- a/src/H5Ppublic.h +++ b/src/H5Ppublic.h @@ -20,7 +20,6 @@ /* Default Template for creation, access, etc. templates */ #define H5P_DEFAULT 0 -#include <H5private.h> /* Public headers needed by this file */ #include "H5public.h" #include "H5Ipublic.h" @@ -29,7 +28,6 @@ #include "H5MMpublic.h" #include "H5Zpublic.h" - /* Property list classes */ typedef enum H5P_class_t { H5P_NO_CLASS = -1, /*error return value */ |