summaryrefslogtreecommitdiffstats
path: root/test/cache.c
diff options
context:
space:
mode:
authorMike McGreevy <mamcgree@hdfgroup.org>2009-01-22 19:56:31 (GMT)
committerMike McGreevy <mamcgree@hdfgroup.org>2009-01-22 19:56:31 (GMT)
commita665dd22afbc8e4795b40377ce4ef9a64b2cf017 (patch)
tree873176510303846139b2ff9dc9a14573b31f2d98 /test/cache.c
parent45489e5daea8b155b5ffc6ea12aa3d69ab350820 (diff)
downloadhdf5-a665dd22afbc8e4795b40377ce4ef9a64b2cf017.zip
hdf5-a665dd22afbc8e4795b40377ce4ef9a64b2cf017.tar.gz
hdf5-a665dd22afbc8e4795b40377ce4ef9a64b2cf017.tar.bz2
[svn-r16338] Purpose:
Bug Fix Description: Removing some unnecessary system headers from test/cache.c which snuck their way into one of my previous check-ins ... thanks to Allen for catching this while testing on Windows. Tested: Windows, Linux
Diffstat (limited to 'test/cache.c')
-rw-r--r--test/cache.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/test/cache.c b/test/cache.c
index 24c1f6c..8c1e328 100644
--- a/test/cache.c
+++ b/test/cache.c
@@ -23,11 +23,6 @@
#include "H5Iprivate.h"
#include "H5ACprivate.h"
#include "cache_common.h"
-#include <sys/types.h>
-#include <time.h>
-#include <unistd.h>
-#include <stdio.h>
-#include <math.h>
/* private function declarations: */