2
0
mirror of https://github.com/HDFGroup/hdf5.git synced 2025-04-24 17:51:25 +08:00

[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
This commit is contained in:
Mike McGreevy 2009-01-22 14:56:31 -05:00
parent 45489e5dae
commit a665dd22af

@ -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: */