aboutsummaryrefslogtreecommitdiffstats
path: root/packet-ip.c
diff options
context:
space:
mode:
authorguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>2000-01-16 02:54:49 +0000
committerguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>2000-01-16 02:54:49 +0000
commit407e3f12df07413fad72d37a0c5a8deca4254586 (patch)
tree4c0224d1f5b2e673ea3c00aa5a208dc365aa05b7 /packet-ip.c
parent88b09becde2a28ac911e4c81d9113f6caf3ce674 (diff)
Get rid of the include of "util.h" that some dissectors do - it's not
necessary. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@1496 f5534014-38df-0310-8fa8-9805f1628bb7
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