Return-Path: Delivered-To: apmail-httpd-cvs-archive@httpd.apache.org Received: (qmail 90977 invoked by uid 500); 18 Oct 2001 19:58:14 -0000 Mailing-List: contact cvs-help@httpd.apache.org; run by ezmlm Precedence: bulk Reply-To: dev@httpd.apache.org list-help: list-unsubscribe: list-post: Delivered-To: mailing list cvs@httpd.apache.org Received: (qmail 90966 invoked by uid 500); 18 Oct 2001 19:58:14 -0000 Delivered-To: apmail-httpd-2.0-cvs@apache.org Date: 18 Oct 2001 19:51:49 -0000 Message-ID: <20011018195149.1691.qmail@icarus.apache.org> From: rbb@apache.org To: httpd-2.0-cvs@apache.org Subject: cvs commit: httpd-2.0/modules/proxy mod_proxy.h X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N rbb 01/10/18 12:51:49 Modified: modules/proxy mod_proxy.h Log: The proxy does not actually need this header. Revision Changes Path 1.66 +0 -2 httpd-2.0/modules/proxy/mod_proxy.h Index: mod_proxy.h =================================================================== RCS file: /home/cvs/httpd-2.0/modules/proxy/mod_proxy.h,v retrieving revision 1.65 retrieving revision 1.66 diff -u -r1.65 -r1.66 --- mod_proxy.h 2001/10/16 05:18:39 1.65 +++ mod_proxy.h 2001/10/18 19:51:49 1.66 @@ -106,8 +106,6 @@ #include "http_log.h" #include "http_connection.h" #include "util_filter.h" -#include "mod_core.h" - #if APR_HAVE_NETINET_IN_H #include