aboutsummaryrefslogtreecommitdiffstats
path: root/packet-rsvp.c
diff options
context:
space:
mode:
authorAshok Narayanan <ashokn@cisco.com>2001-05-01 18:33:06 +0000
committerAshok Narayanan <ashokn@cisco.com>2001-05-01 18:33:06 +0000
commitabe5eaef80f61d706ed5c8320fe568d2cd984ca2 (patch)
treef341081067a67d4d9af3a0d2d09e77b6cf794510 /packet-rsvp.c
parent56884ad6995457ea840e37797c84c1664d3a6d28 (diff)
Bugfix: Removed an unnecessary and potentially spurious include from RSVP.
svn path=/trunk/; revision=3393
Diffstat (limited to 'packet-rsvp.c')
-rw-r--r--packet-rsvp.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/packet-rsvp.c b/packet-rsvp.c
index 0dcf39c9b3..0a10fc9e7b 100644
--- a/packet-rsvp.c
+++ b/packet-rsvp.c
@@ -3,7 +3,7 @@
*
* (c) Copyright Ashok Narayanan <ashokn@cisco.com>
*
- * $Id: packet-rsvp.c,v 1.41 2001/05/01 18:19:04 ashokn Exp $
+ * $Id: packet-rsvp.c,v 1.42 2001/05/01 18:33:06 ashokn Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@ethereal.com>
@@ -62,7 +62,6 @@
#endif
#include <glib.h>
-#include <arpa/inet.h>
#ifdef NEED_SNPRINTF_H
# include "snprintf.h"