diff options
author | Allen Byrne <byrn@hdfgroup.org> | 2016-08-01 17:38:34 (GMT) |
---|---|---|
committer | Allen Byrne <byrn@hdfgroup.org> | 2016-08-01 17:38:34 (GMT) |
commit | bac4cf8e92b8cd033c40160bde0f2b27fa648a5c (patch) | |
tree | b5082f09dbb521a31d4a0156240bc6a688273044 /test/tskiplist.c | |
parent | e55844b7523676c381eb22f638369a794021d798 (diff) | |
download | hdf5-bac4cf8e92b8cd033c40160bde0f2b27fa648a5c.zip hdf5-bac4cf8e92b8cd033c40160bde0f2b27fa648a5c.tar.gz hdf5-bac4cf8e92b8cd033c40160bde0f2b27fa648a5c.tar.bz2 |
[svn-r30238] Follow-on to HDFFV-9928: remove unconditional call of time.h type headers. Also remove duplicated includes when h5private.h is used.
Diffstat (limited to 'test/tskiplist.c')
-rw-r--r-- | test/tskiplist.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/test/tskiplist.c b/test/tskiplist.c index 62c5f8e..f413674 100644 --- a/test/tskiplist.c +++ b/test/tskiplist.c @@ -31,9 +31,6 @@ 11/15/04 - Started coding */ -#include <time.h> -#include <stdlib.h> - #include "testhdf5.h" #include "H5SLprivate.h" |