Return-Path: Delivered-To: apmail-apr-cvs-archive@apr.apache.org Received: (qmail 3270 invoked by uid 500); 11 Jun 2002 18:07:04 -0000 Mailing-List: contact cvs-help@apr.apache.org; run by ezmlm Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: Reply-To: dev@apr.apache.org Delivered-To: mailing list cvs@apr.apache.org Received: (qmail 3256 invoked from network); 11 Jun 2002 18:07:04 -0000 Date: 11 Jun 2002 18:07:04 -0000 Message-ID: <20020611180704.9333.qmail@icarus.apache.org> From: jwoolley@apache.org To: apr-cvs@apache.org Subject: cvs commit: apr/tables apr_tables.c X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N jwoolley 2002/06/11 11:07:04 Modified: tables apr_tables.c Log: Why was this in there? It generates a warning (deprecated header file) on FreeBSD 4.6-RC. Revision Changes Path 1.26 +0 -3 apr/tables/apr_tables.c Index: apr_tables.c =================================================================== RCS file: /home/cvs/apr/tables/apr_tables.c,v retrieving revision 1.25 retrieving revision 1.26 diff -u -d -u -r1.25 -r1.26 --- apr_tables.c 13 Mar 2002 20:39:27 -0000 1.25 +++ apr_tables.c 11 Jun 2002 18:07:03 -0000 1.26 @@ -69,9 +69,6 @@ #if APR_HAVE_STDLIB_H #include #endif -#ifdef HAVE_MALLOC_H -#include -#endif #if APR_HAVE_STRING_H #include #endif