diff options
Diffstat (limited to 'test/iopipe.c')
-rw-r--r-- | test/iopipe.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/test/iopipe.c b/test/iopipe.c index 8ede803..ca1b375 100644 --- a/test/iopipe.c +++ b/test/iopipe.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> @@ -40,8 +40,6 @@ #include <Winsock.h> #endif -#include <hdf5.h> - #define RAW_FILE_NAME "iopipe.raw" #define HDF5_FILE_NAME "iopipe.h5" #define HEADING "%-16s" |