Get rid of the include of "util.h" that some dissectors do - it's not
[obnox/wireshark/wip.git] / packet-tcp.c
index 05b7e65bc06487352bc8025785615b83c073fb4e..cde6c8e92603e9d0276f68d6bb0ad80d6eac7170 100644 (file)
@@ -1,7 +1,7 @@
 /* packet-tcp.c
  * Routines for TCP packet disassembly
  *
- * $Id: packet-tcp.c,v 1.55 2000/01/15 00:22:33 gram Exp $
+ * $Id: packet-tcp.c,v 1.56 2000/01/16 02:54:49 guy Exp $
  *
  * Ethereal - Network traffic analyzer
  * By Gerald Combs <gerald@zing.org>
@@ -40,7 +40,6 @@
 #include "globals.h"
 #include "resolv.h"
 #include "follow.h"
-#include "util.h"
 
 #ifdef NEED_SNPRINTF_H
 # ifdef HAVE_STDARG_H