summaryrefslogtreecommitdiff
path: root/tables
diff options
context:
space:
mode:
authorjwoolley <jwoolley@13f79535-47bb-0310-9956-ffa450edef68>2002-06-11 18:07:03 +0000
committerjwoolley <jwoolley@13f79535-47bb-0310-9956-ffa450edef68>2002-06-11 18:07:03 +0000
commit1d6837a0e9e82e25cb5ac7b03981194fd2a9bbe5 (patch)
tree9029db9b49c0166722d0b8ac41f1ff484ad6aa24 /tables
parent3785d79b44250223e7e2d6e6b51e88ebfc277d66 (diff)
downloadlibapr-1d6837a0e9e82e25cb5ac7b03981194fd2a9bbe5.tar.gz
Why was this in there? It generates a warning (deprecated header file)
on FreeBSD 4.6-RC. git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@63493 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'tables')
-rw-r--r--tables/apr_tables.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/tables/apr_tables.c b/tables/apr_tables.c
index da076058b..9ed11d9c8 100644
--- a/tables/apr_tables.c
+++ b/tables/apr_tables.c
@@ -69,9 +69,6 @@
#if APR_HAVE_STDLIB_H
#include <stdlib.h>
#endif
-#ifdef HAVE_MALLOC_H
-#include <malloc.h>
-#endif
#if APR_HAVE_STRING_H
#include <string.h>
#endif