summaryrefslogtreecommitdiffstats
path: root/tools/h5import.c
diff options
context:
space:
mode:
Diffstat (limited to 'tools/h5import.c')
-rw-r--r--tools/h5import.c15
1 files changed, 0 insertions, 15 deletions
diff --git a/tools/h5import.c b/tools/h5import.c
index a54c98f..53fae0b 100644
--- a/tools/h5import.c
+++ b/tools/h5import.c
@@ -10,36 +10,21 @@
/* See H5private.h for how to include system headers */
#include <hdf5.h>
-#include <h5tools.c>
#ifdef H5_STDC_HEADERS
# include <fcntl.h>
# include <string.h>
# include <stdlib.h>
# include <stdio.h>
-#elif defined STDC_HEADERS
-# include <fcntl.h>
-# include <string.h>
-# include <stdlib.h>
-# include <stdio.h>
#endif
#ifdef H5_HAVE_UNISTD_H
# include <sys/types.h>
# include <unistd.h>
-#elif defined HAVE_UNISTD_H
-# include <sys/types.h>
-# include <unistd.h>
#endif
-#if defined VERSION12
-#ifdef HAVE_SYS_STAT_H
-# include <sys/stat.h>
-#endif
-#elif defined VERSION13
#ifdef H5_HAVE_SYS_STAT_H
# include <sys/stat.h>
#endif
-#endif