summaryrefslogtreecommitdiffstats
path: root/tools/h5import.c
diff options
context:
space:
mode:
authorPatrick Lu <ptlu@hawkwind.ncsa.uiuc.edu>2000-05-09 18:14:33 (GMT)
committerPatrick Lu <ptlu@hawkwind.ncsa.uiuc.edu>2000-05-09 18:14:33 (GMT)
commit6f5d6505a1f919620267236672c5c9056dd69313 (patch)
treeeb9bb754f945ea8640efbd4ab5ef50fff80b652c /tools/h5import.c
parentaabe212546dd320f12ab64d7e081d78291bdafff (diff)
downloadhdf5-6f5d6505a1f919620267236672c5c9056dd69313.zip
hdf5-6f5d6505a1f919620267236672c5c9056dd69313.tar.gz
hdf5-6f5d6505a1f919620267236672c5c9056dd69313.tar.bz2
[svn-r2232] removed the conditional compile statements that we were going to use
for the merged tools lib since these files do not require the tools lib
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