diff options
author | Victor J. Orlikowski <orlikowski@apache.org> | 2001-08-01 07:48:33 +0200 |
---|---|---|
committer | Victor J. Orlikowski <orlikowski@apache.org> | 2001-08-01 07:48:33 +0200 |
commit | 0ff7b17954bf941ddb7278309a2682a1924ada5b (patch) | |
tree | 3f8c55730065c16e8460fc6e85440ed90a7ff763 /modules/proxy | |
parent | Restore to 1.333 state (problematic, in that we could be facing >(size_t) (diff) | |
download | apache2-0ff7b17954bf941ddb7278309a2682a1924ada5b.tar.xz apache2-0ff7b17954bf941ddb7278309a2682a1924ada5b.zip |
Remove a no-longer-needed header.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@89854 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'modules/proxy')
-rw-r--r-- | modules/proxy/mod_proxy.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/modules/proxy/mod_proxy.h b/modules/proxy/mod_proxy.h index 9cf1c92a30..d43b0915e3 100644 --- a/modules/proxy/mod_proxy.h +++ b/modules/proxy/mod_proxy.h @@ -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 |