[svn] Remove extraneous include of netdb.h.

This commit is contained in:
hniksic 2005-07-02 06:25:48 -07:00
parent d7ddbd9720
commit 5b34f1db88
2 changed files with 4 additions and 4 deletions

View File

@ -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

View File

@ -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>