You are viewing a plain text version of this content. The canonical link for it is here.
Posted to apreq-cvs@httpd.apache.org by jo...@apache.org on 2010/12/04 01:02:42 UTC

svn commit: r1042057 - /httpd/apreq/trunk/module/apache2/handle.c

Author: joes
Date: Sat Dec  4 00:02:41 2010
New Revision: 1042057

URL: http://svn.apache.org/viewvc?rev=1042057&view=rev
Log:
drop needless include

Modified:
    httpd/apreq/trunk/module/apache2/handle.c

Modified: httpd/apreq/trunk/module/apache2/handle.c
URL: http://svn.apache.org/viewvc/httpd/apreq/trunk/module/apache2/handle.c?rev=1042057&r1=1042056&r2=1042057&view=diff
==============================================================================
--- httpd/apreq/trunk/module/apache2/handle.c (original)
+++ httpd/apreq/trunk/module/apache2/handle.c Sat Dec  4 00:02:41 2010
@@ -15,8 +15,6 @@
 **  limitations under the License.
 */
 
-#include "assert.h"
-
 #include "httpd.h"
 #include "http_config.h"
 #include "http_log.h"