aboutsummaryrefslogtreecommitdiffstats
path: root/packet-dns.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-dns.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-dns.c')
-rw-r--r--packet-dns.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/packet-dns.c b/packet-dns.c
index dec4c7a123..b5714fcf99 100644
--- a/packet-dns.c
+++ b/packet-dns.c
@@ -1,7 +1,7 @@
/* packet-dns.c
* Routines for DNS packet disassembly
*
- * $Id: packet-dns.c,v 1.33 1999/12/29 10:36:13 guy Exp $
+ * $Id: packet-dns.c,v 1.34 2000/01/16 02:54:45 guy Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@zing.org>
@@ -38,7 +38,6 @@
#include <glib.h>
#include "packet.h"
#include "packet-dns.h"
-#include "util.h"
static int proto_dns = -1;
static int hf_dns_response = -1;