You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by or...@apache.org on 2001/08/01 07:48:33 UTC

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

orlikowski    01/07/31 22:48:33

  Modified:    module-2.0 mod_proxy.h
  Log:
  Remove a no-longer-needed header.
  
  Revision  Changes    Path
  1.58      +0 -3      httpd-proxy/module-2.0/mod_proxy.h
  
  Index: mod_proxy.h
  ===================================================================
  RCS file: /home/cvs/httpd-proxy/module-2.0/mod_proxy.h,v
  retrieving revision 1.57
  retrieving revision 1.58
  diff -u -r1.57 -r1.58
  --- mod_proxy.h	2001/07/31 19:19:34	1.57
  +++ mod_proxy.h	2001/08/01 05:48:33	1.58
  @@ -108,9 +108,6 @@
   #include "mod_core.h"
   
   
  -#if APR_HAVE_SYS_SOCKET_H
  -#include <sys/socket.h>
  -#endif
   #if APR_HAVE_NETINET_IN_H
   #include <netinet/in.h>
   #endif