From: Yann Ylavic Date: Mon, 16 Jun 2014 19:48:12 +0000 (+0000) Subject: Core filters do not need mod_proxy.h X-Git-Tag: 2.5.0-alpha~4047 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=45c913ca2476257c69641e7f252b25fa446e05f1;p=apache Core filters do not need mod_proxy.h git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1602978 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/server/core_filters.c b/server/core_filters.c index 92e2ce1145..8a967b5138 100644 --- a/server/core_filters.c +++ b/server/core_filters.c @@ -48,7 +48,6 @@ #include "mpm_common.h" #include "scoreboard.h" #include "mod_core.h" -#include "mod_proxy.h" #include "ap_listen.h" #include "mod_so.h" /* for ap_find_loaded_module_symbol */