diff options
Diffstat (limited to 'src/H5G.c')
-rw-r--r-- | src/H5G.c | 19 |
1 files changed, 8 insertions, 11 deletions
@@ -27,20 +27,17 @@ * *------------------------------------------------------------------------- */ -#include <assert.h> - -#include "hdf5.h" - -#define H5G_INIT_HEAP 8192 /* Packages needed by this file... */ -#include "H5private.h" -#include "H5Bprivate.h" -#include "H5Gprivate.h" -#include "H5Hprivate.h" -#include "H5MMprivate.h" -#include "H5Oprivate.h" +#include <H5private.h> +#include <H5Bprivate.h> +#include <H5Eprivate.h> +#include <H5Gprivate.h> +#include <H5Hprivate.h> +#include <H5MMprivate.h> +#include <H5Oprivate.h> +#define H5G_INIT_HEAP 8192 #define PABLO_MASK H5G_mask |