You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by gr...@apache.org on 2007/07/13 21:23:25 UTC

svn commit: r556113 - /httpd/httpd/trunk/modules/filters/mod_deflate.c

Author: gregames
Date: Fri Jul 13 12:23:24 2007
New Revision: 556113

URL: http://svn.apache.org/viewvc?view=rev&rev=556113
Log:
don't need the definitions for error buckets any more

Modified:
    httpd/httpd/trunk/modules/filters/mod_deflate.c

Modified: httpd/httpd/trunk/modules/filters/mod_deflate.c
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/modules/filters/mod_deflate.c?view=diff&rev=556113&r1=556112&r2=556113
==============================================================================
--- httpd/httpd/trunk/modules/filters/mod_deflate.c (original)
+++ httpd/httpd/trunk/modules/filters/mod_deflate.c Fri Jul 13 12:23:24 2007
@@ -44,7 +44,6 @@
 #include "http_request.h"
 #define APR_WANT_STRFUNC
 #include "apr_want.h"
-#include "http_protocol.h"
 
 #include "zlib.h"