From 5b34f1db882743ece502ab87dd7ef74ff7bd2733 Mon Sep 17 00:00:00 2001
From: hniksic <devnull@localhost>
Date: Sat, 2 Jul 2005 06:25:48 -0700
Subject: [PATCH] [svn] Remove extraneous include of netdb.h.

---
 src/ChangeLog | 4 ++++
 src/host.c    | 4 ----
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/src/ChangeLog b/src/ChangeLog
index a50502ae..3a612ed7 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,7 @@
+2005-07-02  Hrvoje Niksic  <hniksic@xemacs.org>
+
+	* host.c: Remove extraneous definition of netdb.h.
+
 2005-07-02  Hrvoje Niksic  <hniksic@xemacs.org>
 
 	* http.c (gethttp): Skip error message body in the keep-alive
diff --git a/src/host.c b/src/host.c
index d9237dd0..14cc2ab0 100644
--- a/src/host.c
+++ b/src/host.c
@@ -29,10 +29,6 @@ so, delete this exception statement from your version.  */
 
 #include <config.h>
 
-#ifndef WINDOWS
-#include <netdb.h>
-#endif
-
 #include <stdio.h>
 #include <stdlib.h>
 #include <string.h>