diff options
Diffstat (limited to 'tools/h5toh4.h')
-rw-r--r-- | tools/h5toh4.h | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/tools/h5toh4.h b/tools/h5toh4.h index a6ff37c..d268060 100644 --- a/tools/h5toh4.h +++ b/tools/h5toh4.h @@ -1,13 +1,3 @@ -#ifndef _H5TOH4_H -#define _H5TOH4_H - -#include <mfhdf.h> -#include <hdf5.h> - -#ifdef H5_HAVE_SYS_STAT_H -# include <sys/stat.h> -#endif - /* * Copyright © 1998 NCSA * All rights reserved. @@ -18,6 +8,16 @@ * Purpose: Convert H5 files to H4 files. */ +#ifndef _H5TOH4_H +#define _H5TOH4_H + +#include "hdf.h" +#include "mfhdf.h" +#include "hdf5.h" + +#ifdef H5_HAVE_SYS_STAT_H +# include <sys/stat.h> +#endif typedef struct op_data_t { /* |