summaryrefslogtreecommitdiffstats
path: root/test/gen_plist.c
diff options
context:
space:
mode:
authorAllen Byrne <byrn@hdfgroup.org>2016-08-01 17:38:34 (GMT)
committerAllen Byrne <byrn@hdfgroup.org>2016-08-01 17:38:34 (GMT)
commitbac4cf8e92b8cd033c40160bde0f2b27fa648a5c (patch)
treeb5082f09dbb521a31d4a0156240bc6a688273044 /test/gen_plist.c
parente55844b7523676c381eb22f638369a794021d798 (diff)
downloadhdf5-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/gen_plist.c')
-rw-r--r--test/gen_plist.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/test/gen_plist.c b/test/gen_plist.c
index b45eeeb..c617ad0 100644
--- a/test/gen_plist.c
+++ b/test/gen_plist.c
@@ -17,11 +17,6 @@
* generate plist file
*/
-#include <assert.h>
-#include <fcntl.h>
-#include <stdlib.h>
-#include <stdio.h>
-#include <unistd.h>
#include "H5private.h"
#include "hdf5.h"