summaryrefslogtreecommitdiffstats
path: root/test/cache.c
diff options
context:
space:
mode:
authorMike McGreevy <mamcgree@hdfgroup.org>2009-01-22 19:59:09 (GMT)
committerMike McGreevy <mamcgree@hdfgroup.org>2009-01-22 19:59:09 (GMT)
commit976eb1cb490ab88639ce19da765bee07c519bb37 (patch)
tree491a57b3016a9a4bd1af11e9122c8b1adb493515 /test/cache.c
parent8a3162e11890c538fe7871b93453846eb6058dd1 (diff)
downloadhdf5-976eb1cb490ab88639ce19da765bee07c519bb37.zip
hdf5-976eb1cb490ab88639ce19da765bee07c519bb37.tar.gz
hdf5-976eb1cb490ab88639ce19da765bee07c519bb37.tar.bz2
[svn-r16339] Purpose:
Bug Fix Description: Removing some unnecessary 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: */