changeset 11629:f18930698b5c

[gaim-migrate @ 13904] I don't believe these are needed. sys/socket.h is included in internal.h, and I don't think the iffaddrs.h or resolv.h are used. Am I wrong? committer: Tailor Script <tailor@pidgin.im>
author Mark Doliner <mark@kingant.net>
date Sun, 09 Oct 2005 16:18:11 +0000
parents e1e47878d0ed
children 33cdc34b3a63
files src/stun.c
diffstat 1 files changed, 0 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/src/stun.c	Sat Oct 08 19:27:13 2005 +0000
+++ b/src/stun.c	Sun Oct 09 16:18:11 2005 +0000
@@ -27,11 +27,8 @@
  */
 
 #ifndef _WIN32
-#include <sys/socket.h>
-#include <ifaddrs.h>
 #include <net/if.h>
 #include <sys/ioctl.h>
-#include <resolv.h>
 #else
 #include "libc_interface.h"
 #endif