summaryrefslogtreecommitdiffstats
path: root/perform/iopipe.c
diff options
context:
space:
mode:
authorQuincey Koziol <koziol@hdfgroup.org>2001-11-03 22:27:54 (GMT)
committerQuincey Koziol <koziol@hdfgroup.org>2001-11-03 22:27:54 (GMT)
commit0001a136175eb59c3c2ff778c67e763bae73f473 (patch)
tree7ec60d039e634e43192f5e327b0c327b94e232d9 /perform/iopipe.c
parent3af26fa7a598221427d43fa8a1620cf18fbeb2dc (diff)
downloadhdf5-0001a136175eb59c3c2ff778c67e763bae73f473.zip
hdf5-0001a136175eb59c3c2ff778c67e763bae73f473.tar.gz
hdf5-0001a136175eb59c3c2ff778c67e763bae73f473.tar.bz2
[svn-r4589] Purpose:
Code cleanup Description: Clean up various compiler warnings from generic property updates. Platforms tested: FreeBSD 4.4 (hawkwind)
Diffstat (limited to 'perform/iopipe.c')
-rw-r--r--perform/iopipe.c32
1 files changed, 1 insertions, 31 deletions
diff --git a/perform/iopipe.c b/perform/iopipe.c
index aa76369..9c3e256 100644
--- a/perform/iopipe.c
+++ b/perform/iopipe.c
@@ -7,7 +7,6 @@
*/
/* See H5private.h for how to include headers */
-#undef NDEBUG
#include "hdf5.h"
#ifdef H5_HAVE_WINSOCK_H
@@ -17,36 +16,6 @@
/*Winsock.h includes windows.h, due to the different value of
WINVER, windows.h should be put before H5private.h. Kent yang 6/21/2001*/
-#include "H5private.h"
-
-#ifdef H5_STDC_HEADERS
-# include <assert.h>
-# include <fcntl.h>
-# include <stdio.h>
-# include <string.h>
-# include <stdlib.h>
-#endif
-
-#ifdef H5_HAVE_UNISTD_H
-# include <sys/types.h>
-# include <unistd.h>
-#endif
-
-#if defined(H5_TIME_WITH_SYS_TIME)
-# include <sys/time.h>
-# include <time.h>
-#elif defined(H5_HAVE_SYS_TIME_H)
-# include <sys/time.h>
-#else
-# include <time.h>
-#endif
-
-#ifdef H5_HAVE_SYS_RESOURCE_H
-# include <sys/resource.h>
-#endif
-
-
-
#if defined (__MWERKS__)
#ifdef H5_HAVE_SYS_TIMEB
#undef H5_HAVE_SYS_TIMEB
@@ -56,6 +25,7 @@ WINVER, windows.h should be put before H5private.h. Kent yang 6/21/2001*/
#endif
#endif /* __MWERKS__*/
+#include "H5private.h"
#ifdef H5_HAVE_SYS_TIMEB
#include <sys/timeb.h>