summaryrefslogtreecommitdiff
path: root/agent
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 /agent
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 'agent')
-rw-r--r--agent/discovery.c7
1 files changed, 2 insertions, 5 deletions
diff --git a/agent/discovery.c b/agent/discovery.c
index f3e00b2..a751f9d 100644
--- a/agent/discovery.c
+++ b/agent/discovery.c
@@ -42,15 +42,12 @@
# include <config.h>
#endif
+#include <glib.h>
+
#include <stdlib.h>
#include <string.h>
#include <errno.h>
-#include <netinet/in.h>
-#include <arpa/inet.h>
-
-#include <glib.h>
-
#include "debug.h"
#include "agent.h"