diff options
Diffstat (limited to 'test/chunk.c')
-rw-r--r-- | test/chunk.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/test/chunk.c b/test/chunk.c index 8109c09..d847db3 100644 --- a/test/chunk.c +++ b/test/chunk.c @@ -12,7 +12,7 @@ /* See H5private.h for how to include headers */ #undef NDEBUG -#include <H5config.h> +#include <hdf5.h> #ifdef STDC_HEADERS # include <assert.h> @@ -21,7 +21,6 @@ # include <string.h> #endif -#include <hdf5.h> #ifndef HAVE_ATTRIBUTE # undef __attribute__ |