diff options
Diffstat (limited to 'hl/examples/ex_ds1.c')
-rw-r--r-- | hl/examples/ex_ds1.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/hl/examples/ex_ds1.c b/hl/examples/ex_ds1.c index 5db5e1d..0bcfe10 100644 --- a/hl/examples/ex_ds1.c +++ b/hl/examples/ex_ds1.c @@ -12,8 +12,8 @@ * access to either file, you may request a copy from hdfhelp@ncsa.uiuc.edu. * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */ -#include "H5DS.h" -#include "H5LT.h" +#include "hdf5.h" + #define RANK 2 #define DIM_DATA 12 |