Return-Path: Delivered-To: apmail-httpd-apreq-cvs-archive@www.apache.org Received: (qmail 90408 invoked from network); 4 Dec 2010 00:04:00 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 4 Dec 2010 00:04:00 -0000 Received: (qmail 69695 invoked by uid 500); 4 Dec 2010 00:03:58 -0000 Delivered-To: apmail-httpd-apreq-cvs-archive@httpd.apache.org Received: (qmail 69540 invoked by uid 500); 4 Dec 2010 00:03:58 -0000 Mailing-List: contact apreq-cvs-help@httpd.apache.org; run by ezmlm Precedence: bulk Reply-To: apreq-dev@httpd.apache.org List-Post: List-Help: List-Unsubscribe: List-Id: Delivered-To: mailing list apreq-cvs@httpd.apache.org Received: (qmail 69434 invoked by uid 99); 4 Dec 2010 00:03:58 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 04 Dec 2010 00:03:58 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 04 Dec 2010 00:03:56 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id 1F0AB23888BD; Sat, 4 Dec 2010 00:02:24 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1042056 - /httpd/apreq/trunk/module/apache2/filter.c Date: Sat, 04 Dec 2010 00:02:24 -0000 To: apreq-cvs@httpd.apache.org From: joes@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20101204000224.1F0AB23888BD@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: joes Date: Sat Dec 4 00:02:23 2010 New Revision: 1042056 URL: http://svn.apache.org/viewvc?rev=1042056&view=rev Log: drop needless include Modified: httpd/apreq/trunk/module/apache2/filter.c Modified: httpd/apreq/trunk/module/apache2/filter.c URL: http://svn.apache.org/viewvc/httpd/apreq/trunk/module/apache2/filter.c?rev=1042056&r1=1042055&r2=1042056&view=diff ============================================================================== --- httpd/apreq/trunk/module/apache2/filter.c (original) +++ httpd/apreq/trunk/module/apache2/filter.c Sat Dec 4 00:02:23 2010 @@ -15,8 +15,6 @@ ** limitations under the License. */ -#include "assert.h" - #include "httpd.h" #include "http_config.h" #include "http_log.h"