# HG changeset patch
# User Markus Bröker <mbroeker@largo.dyndns.tv>
# Date 1290119578 -3600
# Node ID 67a32e9d95f26ac90b9261c71999113e659f5a3a
# Parent  e8f15b159e19e3226866b648cf2f32d5a56aaffe
proper includes for getaddrinfo

committer: Markus Bröker <mbroeker@largo.homelinux.org>

diff --git a/src/irc.c b/src/irc.c
--- a/src/irc.c
+++ b/src/irc.c
@@ -11,8 +11,6 @@
 
 #include <sys/types.h>
 #include <sys/socket.h>
-#include <netinet/in.h>
-#include <arpa/inet.h>
 #include <netdb.h>
 
 #include <pwd.h>