From a665dd22afbc8e4795b40377ce4ef9a64b2cf017 Mon Sep 17 00:00:00 2001 From: Mike McGreevy Date: Thu, 22 Jan 2009 14:56:31 -0500 Subject: [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 --- test/cache.c | 5 ----- 1 file changed, 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 -#include -#include -#include -#include /* private function declarations: */ -- cgit v0.12