aboutsummaryrefslogtreecommitdiffstats
path: root/packet-icq.c
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2002-08-03 19:47:50 +0000
committerGuy Harris <guy@alum.mit.edu>2002-08-03 19:47:50 +0000
commitf7cf55cccdf83ff193f72c1c434d9f9948616292 (patch)
tree148c87dd451bd5ceb295febe8c12ca7c3e00025b /packet-icq.c
parentc62e5fd81ae8b2520f548ebc3e5d3e179d7cd513 (diff)
We don't use anything from <arpa/inet.h>, so we don't need to include
it. svn path=/trunk/; revision=5938
Diffstat (limited to 'packet-icq.c')
-rw-r--r--packet-icq.c6
1 files changed, 1 insertions, 5 deletions
diff --git a/packet-icq.c b/packet-icq.c
index 50493cd8a7..5dde1651dc 100644
--- a/packet-icq.c
+++ b/packet-icq.c
@@ -1,7 +1,7 @@
/* packet-icq.c
* Routines for ICQ packet disassembly
*
- * $Id: packet-icq.c,v 1.46 2002/08/02 23:35:50 jmayer Exp $
+ * $Id: packet-icq.c,v 1.47 2002/08/03 19:47:50 guy Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@ethereal.com>
@@ -37,10 +37,6 @@
#include <stddef.h>
#endif
-#ifdef HAVE_ARPA_INET_H
-#include <arpa/inet.h>
-#endif
-
#include <stdio.h>
#include <stdlib.h>
#include <assert.h>