You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by rb...@apache.org on 2001/10/18 21:51:49 UTC

cvs commit: httpd-2.0/modules/proxy mod_proxy.h

rbb         01/10/18 12:51:49

  Modified:    modules/proxy mod_proxy.h
  Log:
  The proxy does not actually need this header.
  
  Revision  Changes    Path
  1.66      +0 -2      httpd-2.0/modules/proxy/mod_proxy.h
  
  Index: mod_proxy.h
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/modules/proxy/mod_proxy.h,v
  retrieving revision 1.65
  retrieving revision 1.66
  diff -u -r1.65 -r1.66
  --- mod_proxy.h	2001/10/16 05:18:39	1.65
  +++ mod_proxy.h	2001/10/18 19:51:49	1.66
  @@ -106,8 +106,6 @@
   #include "http_log.h"
   #include "http_connection.h"
   #include "util_filter.h"
  -#include "mod_core.h"
  -
   
   #if APR_HAVE_NETINET_IN_H
   #include <netinet/in.h>