aboutsummaryrefslogtreecommitdiffstats
path: root/packet-ip.c
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2000-01-16 02:54:49 +0000
committerGuy Harris <guy@alum.mit.edu>2000-01-16 02:54:49 +0000
commitcfb98c14c400df86a9771145a427f7aea88079fe (patch)
tree4c0224d1f5b2e673ea3c00aa5a208dc365aa05b7 /packet-ip.c
parent7f30e566a0257e7319a2e6a052476afd46924b12 (diff)
Get rid of the include of "util.h" that some dissectors do - it's not
necessary. svn path=/trunk/; revision=1496
Diffstat (limited to 'packet-ip.c')
-rw-r--r--packet-ip.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/packet-ip.c b/packet-ip.c
index bf9c7a8004..9c2bf1be88 100644
--- a/packet-ip.c
+++ b/packet-ip.c
@@ -1,7 +1,7 @@
/* packet-ip.c
* Routines for IP and miscellaneous IP protocol packet disassembly
*
- * $Id: packet-ip.c,v 1.67 1999/12/13 05:09:05 gram Exp $
+ * $Id: packet-ip.c,v 1.68 2000/01/16 02:54:47 guy Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@zing.org>
@@ -40,7 +40,6 @@
#include <glib.h>
#include "packet.h"
#include "resolv.h"
-#include "util.h"
#ifdef NEED_SNPRINTF_H
# ifdef HAVE_STDARG_H