Return-Path: Delivered-To: apmail-httpd-cvs-archive@httpd.apache.org Received: (qmail 1027 invoked by uid 500); 9 Apr 2002 07:18: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 1016 invoked by uid 500); 9 Apr 2002 07:18:02 -0000 Delivered-To: apmail-httpd-2.0-cvs@apache.org Date: 9 Apr 2002 07:18:00 -0000 Message-ID: <20020409071800.44182.qmail@icarus.apache.org> From: wrowe@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 wrowe 02/04/09 00:18:00 Modified: server gen_test_char.c Log: Compiler/platform bogosity is apr's job. Revision Changes Path 1.13 +0 -3 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.12 retrieving revision 1.13 diff -u -r1.12 -r1.13 --- gen_test_char.c 22 Mar 2002 05:52:16 -0000 1.12 +++ gen_test_char.c 9 Apr 2002 07:18:00 -0000 1.13 @@ -63,9 +63,6 @@ #include #endif -/* we need some of the portability definitions... for strchr */ -#include "httpd.h" - /* A bunch of functions in util.c scan strings looking for certain characters. * To make that more efficient we encode a lookup table. */