# HG changeset patch # User Mark Doliner # Date 1128874691 0 # Node ID f18930698b5c3182bfd2f98456d40317adf97824 # Parent e1e47878d0ed4cd8aaa60eff464af0b6e3f555a7 [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 diff -r e1e47878d0ed -r f18930698b5c src/stun.c --- 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 -#include #include #include -#include #else #include "libc_interface.h" #endif