jwoolley 01/09/15 17:10:50
Modified: test testlockperf.c Log: don't need this header anymore at all, it was just a leftover Submitted by: Aaron Bannert Revision Changes Path 1.3 +0 -3 apr/test/testlockperf.c Index: testlockperf.c =================================================================== RCS file: /home/cvs/apr/test/testlockperf.c,v retrieving revision 1.2 retrieving revision 1.3 diff -u -d -u -r1.2 -r1.3 --- testlockperf.c 2001/09/15 05:23:55 1.2 +++ testlockperf.c 2001/09/16 00:10:50 1.3 @@ -64,9 +64,6 @@ #include <stdio.h> #include <stdlib.h> #include "test_apr.h" -#ifdef HAVE_SYS_TIME_h -#include <sys/time.h> /* replace me with apr_time.h */ -#endif #if !APR_HAS_THREADS int main(void)
