Return-Path: Delivered-To: apmail-httpd-cvs-archive@httpd.apache.org Received: (qmail 64136 invoked by uid 500); 26 Dec 2001 22:00:02 -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 64125 invoked by uid 500); 26 Dec 2001 22:00:02 -0000 Delivered-To: apmail-httpd-2.0-cvs@apache.org Date: 26 Dec 2001 22:00:01 -0000 Message-ID: <20011226220001.32935.qmail@icarus.apache.org> From: ianh@apache.org To: httpd-2.0-cvs@apache.org Subject: cvs commit: httpd-2.0/server gen_test_char.c X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N ianh 01/12/26 14:00:01 Modified: server gen_test_char.c Log: remove unneeded include Revision Changes Path 1.8 +0 -1 httpd-2.0/server/gen_test_char.c Index: gen_test_char.c =================================================================== RCS file: /home/cvs/httpd-2.0/server/gen_test_char.c,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- gen_test_char.c 2001/02/16 04:26:47 1.7 +++ gen_test_char.c 2001/12/26 22:00:01 1.8 @@ -64,7 +64,6 @@ #endif /* we need some of the portability definitions... for strchr */ -#include "ap_config.h" #include "httpd.h" /* A bunch of functions in util.c scan strings looking for certain characters.