From ec4e653c6ffba1948a507c5a7918022dd4e6f7ce Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Mon, 14 Mar 2005 15:51:10 +0000 Subject: hushing up more warnings --- lib/if2ip.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lib/if2ip.c') diff --git a/lib/if2ip.c b/lib/if2ip.c index 8f0a07782..db28e4aad 100644 --- a/lib/if2ip.c +++ b/lib/if2ip.c @@ -31,6 +31,8 @@ #include #endif +#include "if2ip.h" + #if !defined(WIN32) && !defined(__BEOS__) && !defined(__CYGWIN32__) && \ !defined(__riscos__) && !defined(__INTERIX) && !defined(NETWARE) @@ -55,7 +57,6 @@ #include #endif -/* -- if2ip() -- */ #ifdef HAVE_NETDB_H #include #endif @@ -72,7 +73,6 @@ #include #endif -#include "if2ip.h" #include "memory.h" /* The last #include file should be: */ -- cgit v1.2.3