diff options
Diffstat (limited to 'test/theap.c')
-rw-r--r-- | test/theap.c | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/test/theap.c b/test/theap.c index 0ab60f5..5237e4c 100644 --- a/test/theap.c +++ b/test/theap.c @@ -14,11 +14,12 @@ * *------------------------------------------------------------------------- */ -#include "testhdf5.h" +#include <testhdf5.h> -#include "H5ACprivate.h" -#include "H5Fprivate.h" -#include "H5Hprivate.h" +#include <H5private.h> +#include <H5ACprivate.h> +#include <H5Fprivate.h> +#include <H5Hprivate.h> #define NOBJS 40 |