moved hdf5.h include

This commit is contained in:
Ed Hartnett 2018-05-08 13:57:03 -06:00
parent 0123000750
commit 51353ddc5e

View File

@ -20,9 +20,8 @@ redistribution conditions.
#include "nc_tests.h"
#include "err_macros.h"
#include <hdf5.h>
#ifdef USE_NETCDF4
#include <hdf5.h>
extern int H5Eprint1(FILE * stream);
#endif