From: Greg Stein Date: Wed, 24 Jan 2001 08:26:19 +0000 (+0000) Subject: Use a typesafe function for access objects' pools. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=45c9226131b15c8a4408a2ce7aadc9ae2a892dbc;p=apache Use a typesafe function for access objects' pools. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@87812 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/modules/mappers/mod_so.c b/modules/mappers/mod_so.c index 7f55c7975a..761a812bef 100644 --- a/modules/mappers/mod_so.c +++ b/modules/mappers/mod_so.c @@ -126,7 +126,6 @@ */ #include "apr.h" -#include "apr_general.h" /* for APR_GET_POOL() */ #include "apr_dso.h" #include "apr_strings.h" #include "apr_errno.h"