We don't use anything from <arpa/inet.h>, so we don't need to include
authorguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>
Sat, 3 Aug 2002 19:47:50 +0000 (19:47 +0000)
committerguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>
Sat, 3 Aug 2002 19:47:50 +0000 (19:47 +0000)
it.

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@5938 f5534014-38df-0310-8fa8-9805f1628bb7

packet-bgp.c
packet-icq.c

index 3a98850eb879902229b9b2fc56fe0ccd785eafb1..247b3c31c400cc82b2ed381567ed930cd8440877 100644 (file)
@@ -2,7 +2,7 @@
  * Routines for BGP packet dissection.
  * Copyright 1999, Jun-ichiro itojun Hagino <itojun@itojun.org>
  *
- * $Id: packet-bgp.c,v 1.60 2002/08/02 23:35:47 jmayer Exp $
+ * $Id: packet-bgp.c,v 1.61 2002/08/03 19:46:43 guy Exp $
  *
  * Supports:
  * RFC1771 A Border Gateway Protocol 4 (BGP-4)
 #include <stdio.h>
 #include <stdlib.h>
 
-#ifdef HAVE_ARPA_INET_H
-#include <arpa/inet.h>
-#endif
-
 #include <string.h>
 #include <glib.h>
 
index 50493cd8a7fc484dab9ffbf0e12f2bababfa8ebf..5dde1651dc078be66edf707a7804996b92d7ecc1 100644 (file)
@@ -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>
 #include <stddef.h>
 #endif
 
-#ifdef HAVE_ARPA_INET_H
-#include <arpa/inet.h>
-#endif
-
 #include <stdio.h>
 #include <stdlib.h>
 #include <assert.h>