summaryrefslogtreecommitdiff
path: root/socket/udp-bsd.c
diff options
context:
space:
mode:
authorYouness Alaoui <kakaroto@kakaroto.(none)>2008-10-28 18:59:55 -0400
committerYouness Alaoui <kakaroto@kakaroto.(none)>2008-10-28 18:59:55 -0400
commit7e4bf0eefcd5a40da1591e2084c984c456dcab35 (patch)
treed9a957cc46c1c267bc252109db3c0b21db76597e /socket/udp-bsd.c
parente8bda48e17bddb229d4ef41e1f46993e9da94801 (diff)
downloadlibnice-7e4bf0eefcd5a40da1591e2084c984c456dcab35.tar.gz
remove unnecessary inclusion of socket files in some files, and make glib included before stdlib.h because it redefines atexit
Diffstat (limited to 'socket/udp-bsd.c')
-rw-r--r--socket/udp-bsd.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/socket/udp-bsd.c b/socket/udp-bsd.c
index b527acc..d41f215 100644
--- a/socket/udp-bsd.c
+++ b/socket/udp-bsd.c
@@ -45,7 +45,6 @@
# include "config.h"
#endif
-#include <arpa/inet.h>
#include <unistd.h>
#include <string.h>