summaryrefslogtreecommitdiff
path: root/test/testlockperf.c
diff options
context:
space:
mode:
authorCliff Woolley <jwoolley@apache.org>2001-09-16 00:10:50 +0000
committerCliff Woolley <jwoolley@apache.org>2001-09-16 00:10:50 +0000
commit8b734201f3a041c26286d1288f969ec5eada638e (patch)
treea18ea3ea1bc0fddbf9b152de25c7bf891fba9868 /test/testlockperf.c
parent994dacc6059c87ed2902abba4a4069afaee1acb8 (diff)
downloadapr-8b734201f3a041c26286d1288f969ec5eada638e.tar.gz
don't need this header anymore at all, it was just a leftover
Submitted by: Aaron Bannert git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@62332 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'test/testlockperf.c')
-rw-r--r--test/testlockperf.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/test/testlockperf.c b/test/testlockperf.c
index 488706eef..0121f8272 100644
--- a/test/testlockperf.c
+++ b/test/testlockperf.c
@@ -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)