aboutsummaryrefslogtreecommitdiffstats
path: root/packet-rsvp.c
diff options
context:
space:
mode:
authorashokn <ashokn@f5534014-38df-0310-8fa8-9805f1628bb7>2001-05-01 18:33:06 +0000
committerashokn <ashokn@f5534014-38df-0310-8fa8-9805f1628bb7>2001-05-01 18:33:06 +0000
commit614158ff76ccd43fef94ddc90bf403b19dd709ed (patch)
treef341081067a67d4d9af3a0d2d09e77b6cf794510 /packet-rsvp.c
parentd524eb7a65c1908a7905e9b0c8a688f82eb537ca (diff)
Bugfix: Removed an unnecessary and potentially spurious include from RSVP.
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@3393 f5534014-38df-0310-8fa8-9805f1628bb7
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"