diff options
Diffstat (limited to 'test/cmpd_dset.c')
-rw-r--r-- | test/cmpd_dset.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/test/cmpd_dset.c b/test/cmpd_dset.c index 1c8a235..f50966a 100644 --- a/test/cmpd_dset.c +++ b/test/cmpd_dset.c @@ -8,7 +8,7 @@ /* See H5private.h for how to include headers */ #undef NDEBUG -#include <H5config.h> +#include <hdf5.h> #ifdef STDC_HEADERS # include <assert.h> @@ -17,8 +17,6 @@ # include <string.h> #endif -#include <hdf5.h> - #ifndef HAVE_ATTRIBUTE # undef __attribute__ # define __attribute__(X) /*void*/ |